Function NdfCreateGroupingIncident
pub unsafe fn NdfCreateGroupingIncident<P0, P1, P2, P3, P5>(
cloudname: P0,
groupname: P1,
identity: P2,
invitation: P3,
addresses: Option<*const SOCKET_ADDRESS_LIST>,
appid: P5,
handle: *mut *mut c_void,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,
P5: Param<PCWSTR>,