RacSecureDeleteCallbackNative typedef

RacSecureDeleteCallbackNative = Int32 Function(Pointer<Utf8> key, Pointer<Void> context)

Secure storage delete callback

Implementation

typedef RacSecureDeleteCallbackNative = Int32 Function(
    Pointer<Utf8> key, Pointer<Void> context);