pub unsafe extern "C" fn gst_glsl_stage_new_with_strings(
    context: *mut GstGLContext,
    type_: c_uint,
    version: GstGLSLVersion,
    profile: GstGLSLProfile,
    n_strings: c_int,
    str: *mut *const c_char
) -> *mut GstGLSLStage