pub unsafe extern "system" fn clGetSupportedGLTextureFormatsINTEL(
    context: cl_context,
    flags: cl_mem_flags,
    image_type: cl_mem_object_type,
    num_entries: cl_uint,
    gl_formats: *mut cl_GLenum,
    num_texture_formats: *mut cl_uint
) -> cl_int