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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, u32, bool))

Some value of type T.