pub fn password_store_sync( schema: Option<&Schema>, attributes: HashMap<&str, &str>, collection: Option<&str>, label: &str, password: &str, cancellable: Option<&impl IsA<Cancellable>>, ) -> Result<(), Error>