Function windows_sys::Win32::Security::Cryptography::SslImportMasterKey
pub unsafe extern "system" fn SslImportMasterKey(
hsslprovider: NCRYPT_PROV_HANDLE,
hprivatekey: NCRYPT_KEY_HANDLE,
phmasterkey: *mut NCRYPT_KEY_HANDLE,
dwprotocol: u32,
dwciphersuite: u32,
pparameterlist: *const BCryptBufferDesc,
pbencryptedkey: *const u8,
cbencryptedkey: u32,
dwflags: u32,
) -> HRESULT