pub type PFNGLVERTEX3BOESPROC = Option<unsafe extern "C" fn(x: GLbyte, y: GLbyte, z: GLbyte)>;
pub enum PFNGLVERTEX3BOESPROC { None, Some(unsafe extern "C" fn(i8, i8, i8)), }
No value.
Some value of type T.
T