pub type PFNGLSAMPLERPARAMETERIPROC = Option<unsafe extern "C" fn(sampler: GLuint, pname: GLenum, param: GLint)>;
pub enum PFNGLSAMPLERPARAMETERIPROC { None, Some(unsafe extern "C" fn(u32, u32, i32)), }
No value.
Some value of type T.
T