pub(crate) fn compile_callg( env: &mut SloshVm, state: &mut CompileState, global: u32, cdr: &[Value], result: usize, ) -> VMResult<()>