pub unsafe extern "C" fn ExpressionRunnerSetGlobalValue(
    runner: ExpressionRunnerRef,
    name: *const c_char,
    value: BinaryenExpressionRef
) -> bool