pub unsafe extern "C" fn gst_gl_shader_set_uniform_1i(
    shader: *mut GstGLShader,
    name: *const c_char,
    value: c_int
)