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