pub unsafe extern "C" fn ExpressionRunnerSetLocalValue(
    runner: ExpressionRunnerRef,
    index: BinaryenIndex,
    value: BinaryenExpressionRef
) -> bool