define library

Typedefs

CreateVfsWrapperDartType = int Function(int ffiId)
CreateVfsWrapperNativeType = Uint32 Function(Uint32 ffiId)
DestroyVfsWrapperDartType = void Function(int id)
DestroyVfsWrapperNativeType = Void Function(Uint32 id)
InvokeDartNativeType = Void Function(Int32 id, Int32 requestId, Pointer<Utf16> url, Pointer<Uint8> reqMeta, Int32 reqMetaLen)
OnDartInvokeDartType = void Function(int id, Pointer<Uint8> params, int paramsLen, int callbackId)
OnDartInvokeNativeType = Void Function(Uint32 id, Pointer<Uint8> params, Int32 paramsLen, Int32 callbackId)
OnInvokeDartCallbackDartType = void Function(int id, int reqestId, Pointer<Uint8> params, int paramsLen)
OnInvokeDartCallbackNativeType = Void Function(Uint32 id, Uint32 reqestId, Pointer<Uint8> params, Int32 paramsLen)