Function windows::Win32::Storage::FileSystem::FindFirstFileNameW
pub unsafe fn FindFirstFileNameW<P0>(
lpfilename: P0,
dwflags: u32,
stringlength: *mut u32,
linkname: PWSTR,
) -> Result<HANDLE>where
P0: Param<PCWSTR>,