PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC typedef

PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC = Pointer<NativeFunction<BOOL Function(Pointer<CRYPT_ALGORITHM_IDENTIFIER> pAlgorithm, Pointer<CRYPT_DATA_BLOB> pClearTextPrivateKey, Pointer<BYTE> pbEncryptedKey, Pointer<DWORD> pcbEncryptedKey, LPVOID pVoidEncryptFunc)>>

Implementation

typedef PCRYPT_ENCRYPT_PRIVATE_KEY_FUNC = ffi.Pointer<ffi.NativeFunction<BOOL Function(ffi.Pointer<CRYPT_ALGORITHM_IDENTIFIER> pAlgorithm, ffi.Pointer<CRYPT_DATA_BLOB> pClearTextPrivateKey, ffi.Pointer<BYTE> pbEncryptedKey, ffi.Pointer<DWORD> pcbEncryptedKey, LPVOID pVoidEncryptFunc)>>;