pub unsafe fn PeerGraphEnumNodes<P0>(
    hgraph: *const c_void,
    pwzpeerid: P0,
    phpeerenum: *mut *mut c_void
) -> Result<()>
where P0: IntoParam<PCWSTR>,