pub fn write_query_separator<E: Copy>( output: &mut [u8], len: &mut usize, first: &mut bool, error: E, ) -> Result<(), E>
Writes & unless this is the first query pair.
&