pub type PFNGLCREATESHADERPROGRAMVPROC = Option<unsafe extern "C" fn(type_: GLenum, count: GLsizei, strings: *const *const GLchar) -> GLuint>;Aliased Type§
pub enum PFNGLCREATESHADERPROGRAMVPROC {
None,
Some(unsafe extern "C" fn(u32, i32, *const *const i8) -> u32),
}