pub type KspQueryAttributesFn = Option<unsafe extern "system" fn(contextid: usize, attribute: u32, buffer: *mut c_void) -> NTSTATUS>;

Aliased Type§

enum KspQueryAttributesFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: u32, _: *mut c_void) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: u32, _: *mut c_void) -> NTSTATUS)

Some value of type T.