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