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