pub unsafe extern "system" fn glVertexPointer(
    size: i32,
    type: u32,
    stride: i32,
    pointer: *const c_void
)