Function windows::Win32::Security::Cryptography::SslExtractEarlyKey

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