pub fn write_packed_binary_header( byte_len: usize, output: &mut [u8], ) -> Result<usize, PackBinaryError>