Function like_impl_escape

Source
fn like_impl_escape<const CASE_INSENSITIVE: bool, const escape: u8>(
    s: &str,
    p: &str,
) -> bool