pub unsafe extern "C" fn utf8proc_codepoint_valid(
codepoint: utf8proc_int32_t,
) -> utf8proc_boolExpand description
Check if a codepoint is valid (regardless of whether it has been assigned a value by the current Unicode standard).
@return 1 if the given codepoint is valid and otherwise return 0.