pub(crate) fn parse_bytes_field(i: &[u8]) -> IResult<&[u8], BString>
Parse a field in double quotes, undo any escaping, and return the unquoted and decoded Vec<u8>.
Vec<u8>