pub unsafe extern "system" fn FindFirstFileW(
    lpfilename: PCWSTR,
    lpfindfiledata: *mut WIN32_FIND_DATAW
) -> FindFileHandle
Expand description

Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’