Function windows::Win32::NetworkManagement::P2P::PeerGraphCreate

pub unsafe fn PeerGraphCreate<P0>(
    pgraphproperties: *const PEER_GRAPH_PROPERTIES,
    pwzdatabasename: P0,
    psecurityinterface: Option<*const PEER_SECURITY_INTERFACE>,
    phgraph: *mut *mut c_void,
) -> Result<()>
where P0: Param<PCWSTR>,