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