fn emit_runtime_linear_body<W: Write>( w: &mut W, func: &Function, cfg: &FunctionCfg, callee_args: &BTreeMap<u32, u8>, non_volatile_count: u16, volatile_count: u16, ) -> Result<()>