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