Function windows::Win32::Storage::FileSystem::FindFirstStreamTransactedW
pub unsafe fn FindFirstStreamTransactedW<P0, P1>(
lpfilename: P0,
infolevel: STREAM_INFO_LEVELS,
lpfindstreamdata: *mut c_void,
dwflags: u32,
htransaction: P1,
) -> Result<HANDLE>where
P0: Param<PCWSTR>,
P1: Param<HANDLE>,