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

ERR_reason_error_string() private method

private ERR_reason_error_string ( uint e ) : IntPtr
e uint
return System.IntPtr
        public static extern IntPtr ERR_reason_error_string(uint e);
Native