Type Alias windows::Wdk::System::SystemServices::pKdUnmapVirtualAddress
pub type pKdUnmapVirtualAddress = Option<unsafe extern "system" fn(virtualaddress: *const c_void, numberpages: u32, flushcurrenttlb: BOOLEAN)>;
Aliased Type§
enum pKdUnmapVirtualAddress {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: u32, _: BOOLEAN)),
}