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