Function PeerGraphEnumRecords
pub unsafe fn PeerGraphEnumRecords<P2>(
hgraph: *const c_void,
precordtype: Option<*const GUID>,
pwzpeerid: P2,
phpeerenum: *mut *mut c_void,
) -> Result<()>where
P2: Param<PCWSTR>,