pub fn binary_write_vec_vec<T>(f: &mut File, x: &[Vec<T>]) -> Result<(), Error>where T: BinaryInputOutputSafe,