pub type PFNGLOBJECTPTRLABELPROC = Option<unsafe extern "C" fn(ptr: *const c_void, length: GLsizei, label: *const GLchar)>;
pub enum PFNGLOBJECTPTRLABELPROC { None, Some(unsafe extern "C" fn(*const c_void, i32, *const i8)), }
No value.
Some value of type T.
T