pub type RawFeedbackCallback = unsafe extern "C" fn(goal_id: *const GoalId, feedback_data: *const u8, feedback_len: usize, context: *mut c_void);Expand description
Raw action client feedback callback.
Called when feedback is received for an active goal.
ยงSafety
goal_idis valid for the duration of the callfeedback_datapoints tofeedback_lenvalid bytes (CDR-encoded feedback)