macro_rules! ffi_dispatch {
    ($handle: expr, $func: ident $(, $arg: expr)* $(,)?) => { ... };
}