Function windows::Win32::Security::Cryptography::SslExtractHandshakeKey

pub unsafe fn SslExtractHandshakeKey<P0, P1, P2, P3>(
    hsslprovider: P0,
    hprivatekey: P1,
    hpublickey: P2,
    hearlykey: P3,
    phhandshakekey: *mut NCRYPT_KEY_HANDLE,
    pparameterlist: Option<*const BCryptBufferDesc>,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>, P2: Param<NCRYPT_KEY_HANDLE>, P3: Param<NCRYPT_KEY_HANDLE>,