Type Alias 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, u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.