Type Alias UBiDiClassCallback

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

Aliased Type§

pub 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.