Type 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>;

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.