pub fn password_store_binary_sync(
schema: Option<&Schema>,
attributes: HashMap<&str, &str>,
collection: Option<&str>,
label: &str,
value: &Value,
cancellable: Option<&impl IsA<Cancellable>>,
) -> Result<(), Error>Available on crate feature
v0_19 only.