Function gen_fn_callback_s5_no_env

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