pub unsafe extern "C" fn gst_video_overlay_set_render_rectangle(
    overlay: *mut GstVideoOverlay,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int
) -> gboolean