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