Function GetProgramInfoLog

Source
pub unsafe fn GetProgramInfoLog(
    program: u32,
    bufSize: i32,
    length: *mut i32,
    infoLog: *mut i8,
)