Type Alias QUERYFORCONNECTION
pub type QUERYFORCONNECTION = Option<unsafe extern "system" fn(primaryconnection: *mut LDAP, referralfromconnection: *mut LDAP, newdn: PCWSTR, hostname: PCSTR, portnumber: u32, secauthidentity: *mut c_void, currentusertoken: *mut c_void, connectiontouse: *mut *mut LDAP) -> u32>;Aliased Type§
pub enum QUERYFORCONNECTION {
None,
Some(unsafe extern "system" fn(*mut LDAP, *mut LDAP, PCWSTR, PCSTR, u32, *mut c_void, *mut c_void, *mut *mut LDAP) -> u32),
}