PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLECOVERAGEEXTPROC typedef
        PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLECOVERAGEEXTPROC =
     Void Function(Uint32 renderbuffer, Uint32 coverageSamples, Uint32 colorSamples, Uint32 internalformat, Uint32 width, Uint32 height)
    
    
    
Implementation
typedef PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLECOVERAGEEXTPROC =
    Void Function(
      Uint32 renderbuffer,
      Uint32 coverageSamples,
      Uint32 colorSamples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
    );