pub unsafe extern "C" fn av_frame_ref(
    dst: *mut AVFrame,
    src: *const AVFrame
) -> c_int