ExpungeConsoleCommandHistoryA method

void ExpungeConsoleCommandHistoryA(
  1. Pointer<Int8> ExeName
)

Implementation

void ExpungeConsoleCommandHistoryA(
  ffi.Pointer<ffi.Int8> ExeName,
) {
  return (_ExpungeConsoleCommandHistoryA ??= _dylib.lookupFunction<
      _c_ExpungeConsoleCommandHistoryA,
      _dart_ExpungeConsoleCommandHistoryA>('ExpungeConsoleCommandHistoryA'))(
    ExeName,
  );
}