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