pub unsafe extern "C" fn coco_suite_get_problem(
suite: *mut coco_suite_t,
problem_index: usize,
) -> *mut coco_problem_t
Expand description
@brief Returns the problem of the suite defined by problem_index.
pub unsafe extern "C" fn coco_suite_get_problem(
suite: *mut coco_suite_t,
problem_index: usize,
) -> *mut coco_problem_t
@brief Returns the problem of the suite defined by problem_index.