pub type SoupAuthDomainGenericAuthCallback = Option<unsafe extern "C" fn(*mut SoupAuthDomain, *mut SoupServerMessage, *const c_char, gpointer) -> gboolean>;Aliased Type§
pub enum SoupAuthDomainGenericAuthCallback {
None,
Some(unsafe extern "C" fn(*mut SoupAuthDomain, *mut SoupServerMessage, *const i8, *mut c_void) -> i32),
}