fn slice_eq_case_insensitive(
    input: &str,
    state: &mut ParseState<'_>,
    pos: usize,
    m: &'static str
) -> RuleResult<()>