pub fn write_ssf_to_vec(ssf: &Ssf) -> Result<Vec<u8>, SsfBinaryError>Expand description
Serializes an SSF file into bytes.
ยงErrors
SsfBinaryError::InvalidHeader when the sound-table offset would overlap
the header. The Vec target has no I/O to fail at.