PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC typedef
        PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC =
     Void Function(Uint32 program, Uint32 shadertype, Uint32 index, Uint32 pname, Pointer<Int32>  values)
    
    
    
Implementation
typedef PFNGLGETACTIVESUBROUTINEUNIFORMIVPROC =
    Void Function(
      Uint32 program,
      Uint32 shadertype,
      Uint32 index,
      Uint32 pname,
      Pointer<Int32> values,
    );