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