RacSecureGetCallbackNative typedef

RacSecureGetCallbackNative = Int32 Function(Pointer<Utf8> key, Pointer<Pointer<Utf8>> outValue, Pointer<Void> userData)

Secure get callback: rac_result_t (secure_get)(const char key, char** out_value, void* user_data)

Implementation

typedef RacSecureGetCallbackNative = Int32 Function(
  Pointer<Utf8> key,
  Pointer<Pointer<Utf8>> outValue,
  Pointer<Void> userData,
);