PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEPROC typedef
        PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEPROC =
     Void Function(Uint32 renderbuffer, Uint32 samples, Uint32 internalformat, Uint32 width, Uint32 height)
    
    
    
Implementation
typedef PFNGLNAMEDRENDERBUFFERSTORAGEMULTISAMPLEPROC =
    Void Function(
      Uint32 renderbuffer,
      Uint32 samples,
      Uint32 internalformat,
      Uint32 width,
      Uint32 height,
    );