pub type PFNGLSETMULTISAMPLEFVAMDPROC = Option<unsafe extern "C" fn(pname: GLenum, index: GLuint, val: *const GLfloat)>;
pub enum PFNGLSETMULTISAMPLEFVAMDPROC { None, Some(unsafe extern "C" fn(u32, u32, *const f32)), }
No value.
Some value of type T.
T