pub unsafe extern "C" fn BinaryenReturnCallIndirect(
    module: BinaryenModuleRef,
    table: *const c_char,
    target: BinaryenExpressionRef,
    operands: *mut BinaryenExpressionRef,
    numOperands: BinaryenIndex,
    params: BinaryenType,
    results: BinaryenType
) -> BinaryenExpressionRef