pub unsafe extern "C" fn secret_service_set_alias_sync(
    service: *mut SecretService,
    alias: *const c_char,
    collection: *mut SecretCollection,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean