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