PFNGLTEXSTORAGEMEM3DMULTISAMPLEEXTPROC typedef
        PFNGLTEXSTORAGEMEM3DMULTISAMPLEEXTPROC =
     Void Function(Uint32 target, Uint32 samples, Uint32 internalFormat, Uint32 width, Uint32 height, Uint32 depth, Int32 fixedSampleLocations, Uint32 memory, Uint64 offset)
    
    
    
Implementation
typedef PFNGLTEXSTORAGEMEM3DMULTISAMPLEEXTPROC =
    Void Function(
      Uint32 target,
      Uint32 samples,
      Uint32 internalFormat,
      Uint32 width,
      Uint32 height,
      Uint32 depth,
      Int32 fixedSampleLocations,
      Uint32 memory,
      Uint64 offset,
    );