pub unsafe extern "system" fn DosDateTimeToFileTime(
    wFatDate: u16,
    wFatTime: u16,
    lpFileTime: *mut FILETIME
) -> i32