pub type PFNGLGETINFOLOGARBPROC = Option<unsafe extern "C" fn(obj: GLhandleARB, maxLength: GLsizei, length: *mut GLsizei, infoLog: *mut GLcharARB)>;Aliased Type§
pub enum PFNGLGETINFOLOGARBPROC {
None,
Some(unsafe extern "C" fn(u32, i32, *mut i32, *mut i8)),
}