pub type UBiDiClassCallback = Option<unsafe extern "system" fn(context: *const c_void, c: i32) -> UCharDirection>;

Aliased Type§

enum UBiDiClassCallback {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: i32) -> UCharDirection),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: i32) -> UCharDirection)

Some value of type T.