pub unsafe fn gluBuild2DMipmaps(
    target: u32,
    components: i32,
    width: i32,
    height: i32,
    format: u32,
    type: u32,
    data: *const c_void
) -> i32