pub unsafe fn DosDateTimeToFileTime(
    wfatdate: u16,
    wfattime: u16,
    lpfiletime: *mut FILETIME
) -> Result<()>