pub unsafe fn glGetTexImage(
    target: u32,
    level: i32,
    format: u32,
    type: u32,
    pixels: *mut c_void
)