pub unsafe fn FileTimeToDosDateTime(
    lpfiletime: *const FILETIME,
    lpfatdate: *mut u16,
    lpfattime: *mut u16
) -> Result<()>