public static extern NppStatus nppsSet_64fc( Npp64fc nValue, IntPtr pDst, int nLength);
public static extern NppStatus nppsSubC_64fc_I( Npp64fc nValue, IntPtr pSrcDst, int nLength);
public static extern NppStatus nppsSubCRev_64fc( IntPtr pSrc, Npp64fc nValue, IntPtr pDst, int nLength);
public static extern NppStatus nppsNormalize_64fc( IntPtr pSrc, IntPtr pDst, int nLength, Npp64fc vSub, Npp64f vDiv);
public static extern NppStatus nppsThreshold_GTVal_64fc_I( IntPtr pSrcDst, int nLength, Npp64f nLevel, Npp64fc nValue);