GetSystemLeapSecondInformation method
Implementation
int GetSystemLeapSecondInformation(
ffi.Pointer<ffi.Int32> Enabled,
ffi.Pointer<ffi.Uint64> Flags,
) {
return (_GetSystemLeapSecondInformation ??= _dylib.lookupFunction<
_c_GetSystemLeapSecondInformation,
_dart_GetSystemLeapSecondInformation>(
'GetSystemLeapSecondInformation'))(
Enabled,
Flags,
);
}