PFNGLNAMEDFRAMEBUFFERRENDERBUFFEREXTPROC typedef
        PFNGLNAMEDFRAMEBUFFERRENDERBUFFEREXTPROC =
     Void Function(Uint32 framebuffer, Uint32 attachment, Uint32 renderbuffertarget, Uint32 renderbuffer)
    
    
    
Implementation
typedef PFNGLNAMEDFRAMEBUFFERRENDERBUFFEREXTPROC =
    Void Function(
      Uint32 framebuffer,
      Uint32 attachment,
      Uint32 renderbuffertarget,
      Uint32 renderbuffer,
    );