pub type UTextNativeLength = Option<unsafe extern "C" fn(ut: *mut UText) -> i64>;

Aliased Type§

enum UTextNativeLength {
    None,
    Some(unsafe extern "C" fn(_: *mut UText) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.