pub type sk_GENERAL_NAMES_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const GENERAL_NAMES, arg2: *const *const GENERAL_NAMES) -> c_int>;

Aliased Type§

enum sk_GENERAL_NAMES_cmp_func {
    None,
    Some(unsafe extern "C" fn(_: *const *const stack_st_GENERAL_NAME, _: *const *const stack_st_GENERAL_NAME) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const *const stack_st_GENERAL_NAME, _: *const *const stack_st_GENERAL_NAME) -> i32)

Some value of type T.