Function windows::Win32::NetworkManagement::P2P::PeerGraphEnumRecords

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