Type Alias rust_icu_sys::UTextClose

source ·
pub type UTextClose = Option<unsafe extern "C" fn(ut: *mut UText)>;

Aliased Type§

enum UTextClose {
    None,
    Some(unsafe extern "C" fn(_: *mut UText)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut UText))

Some value of type T.