pub unsafe extern "C" fn tsk_search_sorted(
    array: *const f64,
    size: tsk_size_t,
    value: f64
) -> tsk_size_t