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