Function coco_suite_get_instance_from_instance_index

Source
pub unsafe extern "C" fn coco_suite_get_instance_from_instance_index(
    suite: *const coco_suite_t,
    instance_idx: usize,
) -> usize
Expand description

@brief Returns the instance number in the suite in position instance_idx (counting from 0).