PFNGLGETTEXTUREPARAMETERFVEXTPROC typedef
        PFNGLGETTEXTUREPARAMETERFVEXTPROC =
     Void Function(Uint32 texture, Uint32 target, Uint32 pname, Pointer<Float>  params)
    
    
    
Implementation
typedef PFNGLGETTEXTUREPARAMETERFVEXTPROC =
    Void Function(
      Uint32 texture,
      Uint32 target,
      Uint32 pname,
      Pointer<Float> params,
    );