pub fn write_fixed_length_string<W: Write + Seek>( data: &String, w: &mut W, _: Endian, args: (usize,), ) -> BinResult<()>