pub type mbchar_verifier = Option<unsafe extern "C" fn(mbstr: *const c_uchar, len: c_int) -> c_int>;
enum mbchar_verifier { None, Some(unsafe extern "C" fn(_: *const u8, _: i32) -> i32), }
No value.
Some value of type T.
T