Function windows::Win32::Security::Cryptography::SslImportMasterKey

pub unsafe fn SslImportMasterKey<P0, P1>(
    hsslprovider: P0,
    hprivatekey: P1,
    phmasterkey: *mut NCRYPT_KEY_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    pparameterlist: *const BCryptBufferDesc,
    pbencryptedkey: &[u8],
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>,