Function coco_suite_get_next_problem

Source
pub unsafe extern "C" fn coco_suite_get_next_problem(
    suite: *mut coco_suite_t,
    observer: *mut coco_observer_t,
) -> *mut coco_problem_t
Expand description

@brief Returns the next (observed) problem of the suite or NULL if there is no next problem left.