Function windows::Win32::Storage::FileSystem::FindFirstFileW
pub unsafe fn FindFirstFileW<P0>(
lpfilename: P0,
lpfindfiledata: *mut WIN32_FIND_DATAW,
) -> Result<HANDLE>where
P0: Param<PCWSTR>,