PFNGLTEXTURESTORAGEMEM2DMULTISAMPLEEXTPROC typedef
        PFNGLTEXTURESTORAGEMEM2DMULTISAMPLEEXTPROC =
     Void Function(Uint32 texture, Uint32 samples, Uint32 internalFormat, Uint32 width, Uint32 height, Int32 fixedSampleLocations, Uint32 memory, Uint64 offset)
    
    
    
Implementation
typedef PFNGLTEXTURESTORAGEMEM2DMULTISAMPLEEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 samples,
      Uint32 internalFormat,
      Uint32 width,
      Uint32 height,
      Int32 fixedSampleLocations,
      Uint32 memory,
      Uint64 offset,
    );