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