windows::Win32::Security::Cryptography

Function SslExtractMasterKey

pub unsafe fn SslExtractMasterKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hhandshakekey: NCRYPT_KEY_HANDLE,
    phmasterkey: *mut NCRYPT_KEY_HANDLE,
    pparameterlist: Option<*const BCryptBufferDesc>,
    dwflags: u32,
) -> Result<()>