pub type PFNGLMATRIXMULT3X2FNVPROC = Option<unsafe extern "C" fn(matrixMode: GLenum, m: *const GLfloat)>;
pub enum PFNGLMATRIXMULT3X2FNVPROC { None, Some(unsafe extern "C" fn(u32, *const f32)), }
No value.
Some value of type T.
T