pub fn write_file_header(out: &mut Vec<u8>)Available on crate feature
alloc only.Expand description
Write the file header into out.
Always writes exactly FILE_HEADER_LEN bytes.
pub fn write_file_header(out: &mut Vec<u8>)alloc only.Write the file header into out.
Always writes exactly FILE_HEADER_LEN bytes.