pub unsafe extern "C" fn av_opt_set_array( obj: *mut c_void, name: *const c_char, search_flags: c_int, start_elem: c_uint, nb_elems: c_uint, val_type: AVOptionType, val: *const c_void, ) -> c_int