pub unsafe extern "C" fn secret_password_store(
schema: *const SecretSchema,
collection: *const c_char,
label: *const c_char,
password: *const c_char,
cancellable: *mut GCancellable,
callback: GAsyncReadyCallback,
user_data: gpointer,
...
)