pub type PFNGLUNIFORMSUBROUTINESUIVPROC = Option<unsafe extern "C" fn(shadertype: GLenum, count: GLsizei, indices: *const GLuint)>;Aliased Type§
pub enum PFNGLUNIFORMSUBROUTINESUIVPROC {
None,
Some(unsafe extern "C" fn(u32, i32, *const u32)),
}