PFNGLFRAMEBUFFERRENDERBUFFERPROC typedef
        PFNGLFRAMEBUFFERRENDERBUFFERPROC =
     Void Function(Uint32 target, Uint32 attachment, Uint32 renderbuffertarget, Uint32 renderbuffer)
    
    
    
Implementation
typedef PFNGLFRAMEBUFFERRENDERBUFFERPROC =
    Void Function(
      Uint32 target,
      Uint32 attachment,
      Uint32 renderbuffertarget,
      Uint32 renderbuffer,
    );