pub unsafe extern "C" fn av_match_list( name: *const c_char, list: *const c_char, separator: c_char, ) -> c_int
Check if a name is in a list. @returns 0 if not found, or the 1 based index where it has been found in the list.