Function windows_sys::Win32::System::Diagnostics::Debug::EnumDirTree

pub unsafe extern "system" fn EnumDirTree(
    hprocess: HANDLE,
    rootpath: PCSTR,
    inputpathname: PCSTR,
    outputpathbuffer: PSTR,
    cb: PENUMDIRTREE_CALLBACK,
    data: *const c_void,
) -> BOOL