pub type UTextClone = Option<unsafe extern "system" fn(dest: *mut UText, src: *const UText, deep: i8, status: *mut UErrorCode) -> *mut UText>;

Aliased Type§

enum UTextClone {
    None,
    Some(unsafe extern "system" fn(_: *mut UText, _: *const UText, _: i8, _: *mut UErrorCode) -> *mut UText),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut UText, _: *const UText, _: i8, _: *mut UErrorCode) -> *mut UText)

Some value of type T.