[VB.NET]
Function SaveKeyToBufferPVK(ByRef Buffer As Byte[], ByVal Password As String, ByVal UseStrongEncryption As Boolean = True) As Integer
Function SaveKeyToBufferPVK(ByRef Buffer As Byte[], ByRef Size As Integer, ByVal Password As String, ByVal UseStrongEncryption As Boolean = True) As Integer
[Pascal]
function SaveKeyToBufferPVK(Buffer : pointer; var Size : integer; const Password : string; UseStrongEncryption : boolean = true) : integer;