pub type PFNGLBINDBUFFERPROC = Option<unsafe extern "C" fn(target: GLenum, buffer: GLuint)>;
pub enum PFNGLBINDBUFFERPROC { None, Some(unsafe extern "C" fn(u32, u32)), }
No value.
Some value of type T.
T