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