pub fn write_file<W: Write>(write: W, function: &Function) -> Result<()>
Serialize a Function to bytecode.
Function