pub unsafe extern "C" fn ucdn_get_bidi_class(code: u32) -> c_int
Expand description

Get bidirectional class of a codepoint.

@param code Unicode codepoint @return value according to UCDN_BIDI_CLASS_* and as defined in UAX#44.