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