pub type UMtxInitFn = Option<unsafe extern "C" fn(context: *const c_void, mutex: *mut UMTX, status: *mut UErrorCode)>;
enum UMtxInitFn { None, Some(unsafe extern "C" fn(*const c_void, *mut *mut c_void, *mut UErrorCode)), }
No value.
Some value of type T.
T