RacStorageProtoNative typedef
RacStorageProtoNative =
Int32 Function(Pointer<Void> , Pointer<Void> , Pointer<Uint8> , Size, Pointer<RacProtoBuffer> )
Implementation
typedef RacStorageProtoNative =
ffi.Int32 Function(
ffi.Pointer<ffi.Void>,
ffi.Pointer<ffi.Void>,
ffi.Pointer<ffi.Uint8>,
ffi.Size,
ffi.Pointer<RacProtoBuffer>,
);