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