pub fn wasm_main<F>(ctx_id: i32, size: i32, handle: F)where F: Fn(Ctx, InArgs) -> Result<Any, CodeMsg>,