RacResultToProtoErrorNative typedef
RacResultToProtoErrorNative =
Int32 Function(Int32, Pointer<RacProtoBuffer> )
rac_result_to_proto_error(rac_result_t code, rac_proto_buffer_t* out) —
canonical mapping from a signed C ABI error code to a serialized
runanywhere.v1.SDKError proto buffer.
Implementation
typedef RacResultToProtoErrorNative =
ffi.Int32 Function(ffi.Int32, ffi.Pointer<RacProtoBuffer>);