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