pub type PFNGLWEIGHTSVARBPROC = Option<unsafe extern "C" fn(size: GLint, weights: *const GLshort)>;
pub enum PFNGLWEIGHTSVARBPROC { None, Some(unsafe extern "C" fn(i32, *const i16)), }
No value.
Some value of type T.
T