pub type PFNGLFOGCOORDFPROC = Option<unsafe extern "C" fn(coord: GLfloat)>;
pub enum PFNGLFOGCOORDFPROC { None, Some(unsafe extern "C" fn(f32)), }
No value.
Some value of type T.
T