ns_database_decrypt_fnFunction typedef
ns_database_decrypt_fnFunction =
Bool Function(Pointer<Uint8> key, Size key_len, Pointer<Uint8> input, Size input_len, Pointer<Pointer<Uint8> > output, Pointer<Size> output_len, Pointer<Void> user_data)
Implementation
typedef ns_database_decrypt_fnFunction = ffi.Bool Function(
ffi.Pointer<ffi.Uint8> key,
ffi.Size key_len,
ffi.Pointer<ffi.Uint8> input,
ffi.Size input_len,
ffi.Pointer<ffi.Pointer<ffi.Uint8>> output,
ffi.Pointer<ffi.Size> output_len,
ffi.Pointer<ffi.Void> user_data);