pub unsafe extern "C" fn gst_video_frame_copy_plane(
    dest: *mut GstVideoFrame,
    src: *const GstVideoFrame,
    plane: c_uint
) -> gboolean