windows::Win32::Security::Cryptography

Function SslExtractEarlyKey

pub unsafe fn SslExtractEarlyKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hpresharedkey: Option<NCRYPT_KEY_HANDLE>,
    phearlykey: *mut NCRYPT_KEY_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    pparameterlist: Option<*const BCryptBufferDesc>,
    dwflags: u32,
) -> Result<()>