Function ColorPointer

Source
pub unsafe fn ColorPointer(
    size: GLint,
    type_: GLenum,
    stride: GLsizei,
    pointer: *const c_void,
)