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