Type Alias windows::Wdk::System::SystemServices::PQUERYEXTENDEDADDRESS
pub type PQUERYEXTENDEDADDRESS = Option<unsafe extern "system" fn(context: *const c_void, extendedaddress: *mut u64)>;
Aliased Type§
enum PQUERYEXTENDEDADDRESS {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: *mut u64)),
}