pub type RawCancelCallback = unsafe extern "C" fn(*const GoalId, GoalStatus, *mut c_void) -> CancelResponse;Expand description
Raw action cancel callback.
ยงSafety
goal_idis valid for the duration of the call
Returns a CancelResponse value (0=Ok, 1=Rejected, 2=UnknownGoal, 3=GoalTerminated).