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

Required features: "Win32_Foundation"