AbortSystemShutdownA method
Implementation
int AbortSystemShutdownA(
  ffi.Pointer<ffi.Int8> lpMachineName,
) {
  return (_AbortSystemShutdownA ??= _dylib.lookupFunction<
      _c_AbortSystemShutdownA,
      _dart_AbortSystemShutdownA>('AbortSystemShutdownA'))(
    lpMachineName,
  );
}