pub unsafe extern "system" fn EnumDirTreeW(
    hprocess: HANDLE,
    rootpath: PCWSTR,
    inputpathname: PCWSTR,
    outputpathbuffer: PWSTR,
    cb: PENUMDIRTREE_CALLBACKW,
    data: *const c_void
) -> BOOL
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"