Function coco_sys::coco_problem_remove_observer[][src]

pub unsafe extern "C" fn coco_problem_remove_observer(
    problem: *mut coco_problem_t,
    observer: *mut coco_observer_t
) -> *mut coco_problem_t
Expand description

@brief Removes an observer from the given problem.