pub type UDateFormatOpener = Option<unsafe extern "C" fn(timeStyle: UDateFormatStyle, dateStyle: UDateFormatStyle, locale: *const c_char, tzID: *const UChar, tzIDLength: i32, pattern: *const UChar, patternLength: i32, status: *mut UErrorCode) -> *mut UDateFormat>;
Aliased Type§
enum UDateFormatOpener {
None,
Some(unsafe extern "C" fn(UDateFormatStyle, UDateFormatStyle, *const i8, *const u16, i32, *const u16, i32, *mut UErrorCode) -> *mut *mut c_void),
}