pub type CallbackCACache = Option<unsafe extern "C" fn(der: *mut c_uchar, sz: c_int, type_: c_int)>;
pub enum CallbackCACache { None, Some(unsafe extern "C" fn(*mut u8, i32, i32)), }
No value.
Some value of type T.
T