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