pub unsafe extern "C" fn secret_password_store_binary_sync(
    schema: *const SecretSchema,
    collection: *const c_char,
    label: *const c_char,
    value: *mut SecretValue,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
    ...
) -> gboolean