pub unsafe extern "C" fn ff_match_2uint16(
tab: *mut [u16; 2],
size: c_int,
a: c_int,
b: c_int,
) -> c_intExpand description
Return the index into tab at which {a,b} match elements {[0],[1]} of tab. If there is no such matching pair then size is returned.