Function windows::Win32::System::Diagnostics::Debug::EnumDirTreeW
pub unsafe fn EnumDirTreeW<P0, P1, P2>(
hprocess: P0,
rootpath: P1,
inputpathname: P2,
outputpathbuffer: PWSTR,
cb: PENUMDIRTREE_CALLBACKW,
data: Option<*const c_void>,
) -> Result<()>where
P0: Param<HANDLE>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,