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