OpenSSL.Core.Native.BN_copy C# (CSharp) Method

BN_copy() private method

private BN_copy ( IntPtr a, IntPtr b ) : IntPtr
a System.IntPtr
b System.IntPtr
return System.IntPtr
        public static extern IntPtr BN_copy(IntPtr a, IntPtr b);
Native