pub unsafe extern "C" fn av_dynarray_add(
    tab_ptr: *mut c_void,
    nb_ptr: *mut c_int,
    elem: *mut c_void
)