pub type RawResultCallback = unsafe extern "C" fn(goal_id: *const GoalId, status: GoalStatus, result_data: *const u8, result_len: usize, context: *mut c_void);Expand description
Raw action client result callback.
Called when the action result is received.
ยงSafety
goal_idis valid for the duration of the callresult_datapoints toresult_lenvalid bytes (CDR-encoded result)