GlPathSubCoordsNV typedef
        GlPathSubCoordsNV =
     void Function(int path, int coordStart, int numCoords, int coordType, Pointer<NativeType>  coords)
    
    
    
Implementation
typedef GlPathSubCoordsNV = void Function(
    int path, int coordStart, int numCoords, int coordType, Pointer coords);