Type Alias PKSEC_INSERT_LIST_ENTRY
pub type PKSEC_INSERT_LIST_ENTRY = Option<unsafe extern "system" fn(list: *const c_void, entry: *const KSEC_LIST_ENTRY)>;
Aliased Type§
enum PKSEC_INSERT_LIST_ENTRY {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: *const KSEC_LIST_ENTRY)),
}