fn add_compiler_builtin(
env: &mut SloshVm,
name: &str,
func: CallFuncSig<CompileEnvironment>,
doc_string: &str,
)
fn add_compiler_builtin(
env: &mut SloshVm,
name: &str,
func: CallFuncSig<CompileEnvironment>,
doc_string: &str,
)