pub unsafe extern "system" fn LocalSystemTimeToLocalFileTime(
    timezoneinformation: *const TIME_ZONE_INFORMATION,
    localsystemtime: *const SYSTEMTIME,
    localfiletime: *mut FILETIME
) -> BOOL
Expand description

Required features: ‘Win32_System_Time’, ‘Win32_Foundation’