GlGetProgramPipelineInfoLog typedef
        GlGetProgramPipelineInfoLog =
     void Function(int pipeline, int bufSize, Pointer<Int32>  length, Pointer<NativeType>  infoLog)
    
    
    
Implementation
typedef GlGetProgramPipelineInfoLog = void Function(
    int pipeline, int bufSize, Pointer<Int32> length, Pointer infoLog);