Function GetShaderInfoLog

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