pub type PFNGLBINORMAL3SVEXTPROC = Option<unsafe extern "C" fn(v: *const GLshort)>;
pub enum PFNGLBINORMAL3SVEXTPROC { None, Some(unsafe extern "C" fn(*const i16)), }
No value.
Some value of type T.
T