windows::Win32::System::Memory

Type Alias PSECURE_MEMORY_CACHE_CALLBACK

pub type PSECURE_MEMORY_CACHE_CALLBACK = Option<unsafe extern "system" fn(addr: *const c_void, range: usize) -> bool>;

Aliased Type§

enum PSECURE_MEMORY_CACHE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: usize) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: usize) -> bool)

Some value of type T.