pub type PFNGLBINORMAL3SEXTPROC = Option<unsafe extern "C" fn(bx: GLshort, by: GLshort, bz: GLshort)>;
pub enum PFNGLBINORMAL3SEXTPROC { None, Some(unsafe extern "C" fn(i16, i16, i16)), }
No value.
Some value of type T.
T