pub unsafe extern "C" fn gst_gl_shader_set_uniform_2i(
    shader: *mut GstGLShader,
    name: *const c_char,
    v0: c_int,
    v1: c_int
)