Function starts_with_ignore_ascii_case

pub fn starts_with_ignore_ascii_case<T>(s: T, sub: T) -> bool
where T: AsRef<[u8]>,