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