pub unsafe extern "C" fn coco_evaluate_constraint( problem: *mut coco_problem_t, x: *const f64, y: *mut f64, )
@brief Evaluates the problem constraints in point x and save the result in y.