pub type UMtxInitFn = Option<unsafe extern "C" fn(context: *const c_void, mutex: *mut UMTX, status: *mut UErrorCode)>;
Aliased Type§
enum UMtxInitFn {
None,
Some(unsafe extern "C" fn(_: *const c_void, _: *mut *mut c_void, _: *mut UErrorCode)),
}