macro_rules! dispatch_ext_call {
    ($func_id:expr, $handler:expr, $env:expr) => { ... };
}