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