pub unsafe extern "C" fn gst_video_info_convert(
    info: *const GstVideoInfo,
    src_format: GstFormat,
    src_value: i64,
    dest_format: GstFormat,
    dest_value: *mut i64
) -> gboolean