PFNGLCOVERSTROKEPATHINSTANCEDNVPROC typedef
        PFNGLCOVERSTROKEPATHINSTANCEDNVPROC =
     Void Function(Uint32 numPaths, Uint32 pathNameType, Pointer<NativeType>  paths, Uint32 pathBase, Uint32 coverMode, Uint32 transformType, Pointer<Float>  transformValues)
    
    
    
Implementation
typedef PFNGLCOVERSTROKEPATHINSTANCEDNVPROC =
    Void Function(
      Uint32 numPaths,
      Uint32 pathNameType,
      Pointer<NativeType> paths,
      Uint32 pathBase,
      Uint32 coverMode,
      Uint32 transformType,
      Pointer<Float> transformValues,
    );