pub type PAC_CHANGES_CALLBACK_FN = Option<unsafe extern "system" fn(context: *const c_void, pchange: *const INET_FIREWALL_AC_CHANGE)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.