PFNGLPRIORITIZETEXTURESXOESPROC typedef
        PFNGLPRIORITIZETEXTURESXOESPROC =
     Void Function(Uint32 n, Pointer<Uint32>  textures, Pointer<Int32>  priorities)
    
    
    
Implementation
typedef PFNGLPRIORITIZETEXTURESXOESPROC =
    Void Function(
      Uint32 n,
      Pointer<Uint32> textures,
      Pointer<Int32> priorities,
    );