pub type sk_SCT_compfunc = Option<unsafe extern "C" fn(*const *const sct_st, *const *const sct_st) -> i32>;
enum sk_SCT_compfunc { None, Some(unsafe extern "C" fn(*const *const sct_st, *const *const sct_st) -> i32), }
No value.
Some value of type T.
T