PFNGLTEXTURESTORAGE2DPROC typedef
        PFNGLTEXTURESTORAGE2DPROC =
     Void Function(Uint32 texture, Uint32 levels, Uint32 internalformat, Uint32 width, Uint32 height)
    
    
    
Implementation
typedef PFNGLTEXTURESTORAGE2DPROC =
    Void Function(
      Uint32 texture,
      Uint32 levels,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
    );