pub unsafe extern "system" fn DosDateTimeToFileTime(
    wfatdate: u16,
    wfattime: u16,
    lpfiletime: *mut FILETIME,
) -> BOOL