pub unsafe fn glCompressedTexImage2D(
    target: u32,
    level: i32,
    internalformat: u32,
    width: u32,
    height: u32,
    border: i32,
    imageSize: u32,
    data: *const c_void
)