Function check_url_code_point

Source
fn check_url_code_point(
    vfn: &dyn Fn(SyntaxViolation),
    c: char,
    input: &Input<'_>,
)