OpenCvSharp.NativeMethods.core_fastFree C# (CSharp) Method

core_fastFree() private method

private core_fastFree ( IntPtr ptr ) : void
ptr IntPtr
return void
        public static extern void core_fastFree(IntPtr ptr);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods