pub unsafe extern "C" fn coco_suite_get_function_from_function_index(
suite: *const coco_suite_t,
function_idx: usize,
) -> usize
Expand description
@brief Returns the function number in the suite in position function_idx (counting from 0).
pub unsafe extern "C" fn coco_suite_get_function_from_function_index(
suite: *const coco_suite_t,
function_idx: usize,
) -> usize
@brief Returns the function number in the suite in position function_idx (counting from 0).