pub unsafe extern "C" fn av_cmp_i(a: AVInteger, b: AVInteger) -> c_int
Return 0 if a==b, 1 if a>b and -1 if a<b.