pub type PKSEC_INSERT_LIST_ENTRY = Option<unsafe extern "system" fn(list: *const c_void, entry: *const KSEC_LIST_ENTRY)>;
Expand description

Required features: "Win32_System_Kernel"

Aliased Type§

enum PKSEC_INSERT_LIST_ENTRY {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const KSEC_LIST_ENTRY)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.