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