[][src]Type Definition glu_sys::glu::PFNGLCOMPRESSEDMULTITEXIMAGE1DEXTPROC

type PFNGLCOMPRESSEDMULTITEXIMAGE1DEXTPROC = Option<unsafe extern "C" fn(texunit: GLenum, target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, border: GLint, imageSize: GLsizei, bits: *const c_void)>;