pub unsafe extern "C" fn obs_data_array_insert(
    array: *mut obs_data_array_t,
    idx: size_t,
    obj: *mut obs_data_t
)