PFNGLTEXTURESTORAGE2DMULTISAMPLEEXTPROC typedef
        PFNGLTEXTURESTORAGE2DMULTISAMPLEEXTPROC =
     Void Function(Uint32 texture, Uint32 target, Uint32 samples, Uint32 internalformat, Uint32 width, Uint32 height, Int32 fixedsamplelocations)
    
    
    
Implementation
typedef PFNGLTEXTURESTORAGE2DMULTISAMPLEEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 samples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
      Int32 fixedsamplelocations,
    );