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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: u32, _: BOOLEAN))

Some value of type T.