#[unsafe(no_mangle)]pub 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.