PFNGLTRANSFORMPATHNVPROCDart typedef
        PFNGLTRANSFORMPATHNVPROCDart =
     void Function(int resultPath, int srcPath, int transformType, Pointer<Float>  transformValues)
    
    
    
Implementation
typedef PFNGLTRANSFORMPATHNVPROCDart =
    void Function(
      int resultPath,
      int srcPath,
      int transformType,
      Pointer<Float> transformValues,
    );