pub fn dump_pyc(pyc_file: PycFile) -> Result<Vec<u8>, Error>
Dumps a PycFile to a byte stream, writing the magic number, timestamp, hash, and the marshaled object.
PycFile