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