rust_icu_sysType Alias UDateFormatOpener
Source 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>;
enum UDateFormatOpener {
None,
Some(unsafe extern "C" fn(_: UDateFormatStyle, _: UDateFormatStyle, _: *const i8, _: *const u16, _: i32, _: *const u16, _: i32, _: *mut UErrorCode) -> *mut *mut c_void),
}