OpenCvSharp.NativeMethods.core_FileStorage_structs C# (CSharp) Method

core_FileStorage_structs() private method

private core_FileStorage_structs ( IntPtr obj, IntPtr &resultLength ) : IntPtr
obj System.IntPtr
resultLength System.IntPtr
return System.IntPtr
        public static extern IntPtr core_FileStorage_structs(IntPtr obj, out IntPtr resultLength);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods