pub fn password_lookup_nonpageable<P: FnOnce(Result<Option<GString>, Error>) + 'static>(
    schema: Option<&Schema>,
    attributes: HashMap<&str, &str>,
    cancellable: Option<&impl IsA<Cancellable>>,
    callback: P
)