Function like_impl_orig

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