pub fn without_suffix<'a>(
    name: &'a [u8],
    suffix: &'static [u8]
) -> (&'a [u8], bool)
Expand description

Without suffix.