pub fn compute_bytecode_header( magic_number: u32, mode: BytecodeHeaderMode, ) -> Result<Vec<u8>>
Compute the header for a .pyc file.