pub unsafe extern "C" fn gst_video_blend(
    dest: *mut GstVideoFrame,
    src: *mut GstVideoFrame,
    x: c_int,
    y: c_int,
    global_alpha: c_float
) -> gboolean