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