pub fn visit_lit_byte_str<'ast, V>(v: &mut V, node: &'ast LitByteStr) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.