Function EnumDirTreeW

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