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

Required features: "Win32_System_Time", "Win32_Foundation"