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