Function windows::Win32::Storage::FileSystem::FindFirstStreamW

pub unsafe fn FindFirstStreamW<P0>(
    lpfilename: P0,
    infolevel: STREAM_INFO_LEVELS,
    lpfindstreamdata: *mut c_void,
    dwflags: u32,
) -> Result<HANDLE>
where P0: Param<PCWSTR>,