pub fn visit_lit_byte_str_mut<V>(v: &mut V, node: &mut LitByteStr) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.