pub type IPSEC_KEY_MANAGER_NOTIFY_KEY0 = Option<unsafe extern "system" fn(inboundsa: *const IPSEC_SA_DETAILS1, outboundsa: *const IPSEC_SA_DETAILS1)>;

Aliased Type§

enum IPSEC_KEY_MANAGER_NOTIFY_KEY0 {
    None,
    Some(unsafe extern "system" fn(_: *const IPSEC_SA_DETAILS1, _: *const IPSEC_SA_DETAILS1)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.