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