Function windows::Win32::NetworkManagement::P2P::PeerPnrpRegister

pub unsafe fn PeerPnrpRegister<P0>(
    pcwzpeername: P0,
    pregistrationinfo: Option<*const PEER_PNRP_REGISTRATION_INFO>,
    phregistration: *mut *mut c_void,
) -> Result<()>
where P0: Param<PCWSTR>,