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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: UDateFormatStyle, _: UDateFormatStyle, _: *const i8, _: *const u16, _: i32, _: *const u16, _: i32, _: *mut UErrorCode) -> *mut *mut c_void)

Some value of type T.