Available on cpp
The generator intercepts this type and converts it to a cpp.Function on cpp.
@:fromstaticinlinefromFunction<F>(func:Function<F, Abi>):Callable<F>
staticinlinefromStaticFunction<T>(inStaticFunction:T):Callable<T>
staticinlinegetProcAddress<T, ABI>(inModule:String, inFunction:String):Function<T, ABI>
@:implread onlycall:CallableData<T>
@:implinlinegeq(inOther:Callable<T>):Bool
@:implinlineget_call():CallableData<T>
@:implinlinegt(inOther:Callable<T>):Bool
@:implinlineleq(inOther:Callable<T>):Bool
@:implinlinelt(inOther:Callable<T>):Bool
@:impl@:toinlinetoFunction():Function<T, Abi>