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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.