AddCallFuncNativeType<T extends Function> typedef
AddCallFuncNativeType<T extends Function> =
Int32 Function(Uint32 ffiId, Pointer<Utf16> registerHeader, Int32 type, Pointer<NativeFunction<T> > func)
Implementation
typedef AddCallFuncNativeType<T extends Function> = Int32 Function(
Uint32 ffiId,
Pointer<Utf16> registerHeader,
Int32 type,
Pointer<NativeFunction<T>> func,
);