Function GetCompressedTextureSubImage

Source
pub unsafe fn GetCompressedTextureSubImage(
    texture: u32,
    level: i32,
    xoffset: i32,
    yoffset: i32,
    zoffset: i32,
    width: i32,
    height: i32,
    depth: i32,
    bufSize: i32,
    pixels: *mut c_void,
)