pub type IPSEC_KEY_MANAGER_KEY_DICTATION_CHECK0 = Option<unsafe extern "system" fn(iketraffic: *const IKEEXT_TRAFFIC0, willdictatekey: *mut BOOL, weight: *mut u32)>;

Aliased Type§

enum IPSEC_KEY_MANAGER_KEY_DICTATION_CHECK0 {
    None,
    Some(unsafe extern "system" fn(_: *const IKEEXT_TRAFFIC0, _: *mut BOOL, _: *mut u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const IKEEXT_TRAFFIC0, _: *mut BOOL, _: *mut u32))

Some value of type T.