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