#[unsafe(no_mangle)]pub const unsafe extern "C" fn xmlCharInRange(
val: c_uint,
group: *const xmlChRangeGroup,
) -> c_intExpand description
Binary search over the short/long range tables (upstream xmlCharInRange,
chvalid.c — the tables are sorted, so the search is exact).
§SAFETY
groupmust be NULL or point to a validxmlChRangeGroupwhose range arrays covernbShortRange/nbLongRangeentries.