pub type sk_POLICY_MAPPING_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const POLICY_MAPPING, arg2: *const *const POLICY_MAPPING) -> c_int>;
Aliased Type§
enum sk_POLICY_MAPPING_cmp_func {
None,
Some(unsafe extern "C" fn(_: *const *const POLICY_MAPPING_st, _: *const *const POLICY_MAPPING_st) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const *const POLICY_MAPPING_st, _: *const *const POLICY_MAPPING_st) -> i32)
Some value of type T
.