PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVARBPROC typedef
        PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVARBPROC =
     Void Function(Uint32 framebuffer, Uint32 start, Uint32 count, Pointer<Float>  v)
    
    
    
Implementation
typedef PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVARBPROC =
    Void Function(
      Uint32 framebuffer,
      Uint32 start,
      Uint32 count,
      Pointer<Float> v,
    );