pub unsafe fn glGetProgramInfoLog(
    program: u32,
    bufSize: u32,
    length: *mut u32,
    infoLog: *mut u8
)