pub fn compile_function_with_externs( compiler: &mut Compiler, module_name: &str, fn_name: &str, externs: BTreeMap<u32, ExternalFnKind>, ) -> Result<Kernel>