pub unsafe extern "C" fn av_opt_eval_int(
    obj: *mut c_void,
    o: *const AVOption,
    val: *const c_char,
    int_out: *mut c_int
) -> c_int