pub unsafe fn glProgramUniform1iv(
    program: u32,
    location: i32,
    count: u32,
    value: *const i32
)