fn contains_ignore_case(haystack: &[u8], needle: &[u8]) -> bool
Case-insensitive substring check (no_std friendly)