Function gen_fn_callback_s6

Source
pub(crate) fn gen_fn_callback_s6<A1: FromToNativeWasmType, A2: FromToNativeWasmType, A3: FromToNativeWasmType, A4: FromToNativeWasmType, A5: FromToNativeWasmType, A6: FromToNativeWasmType, Rets: WasmTypeList, RetsAsResult: IntoResult<Rets>, T: Send + 'static, Func: Fn(FunctionEnvMut<'_, T>, A1, A2, A3, A4, A5, A6) -> RetsAsResult + 'static>(
    this: &Func,
) -> VMFunctionCallback