Type Alias KspSetPagingModeFn

pub type KspSetPagingModeFn = Option<unsafe extern "system" fn(pagingmode: bool) -> NTSTATUS>;

Aliased Type§

pub enum KspSetPagingModeFn {
    None,
    Some(unsafe extern "system" fn(bool) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(bool) -> NTSTATUS)

Some value of type T.