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