pub unsafe extern "C" fn dds_qset_groupdata(
qos: *mut dds_qos_t,
value: *const c_void,
sz: usize,
)Expand description
@ingroup qos_setters @component qos_obj @brief Set the groupdata of a qos structure.
@param[in,out] qos - Pointer to a dds_qos_t structure that will store the groupdata @param[in] value - Pointer to the group data @param[in] sz - Size of groupdata stored in value