pub unsafe extern "C" fn gst_glsl_stage_set_strings(
    stage: *mut GstGLSLStage,
    version: GstGLSLVersion,
    profile: GstGLSLProfile,
    n_strings: c_int,
    str: *mut *const c_char
) -> gboolean