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