windows::Win32::Security::Cryptography

Function SslExpandWriteKey

pub unsafe fn SslExpandWriteKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hbasetraffickey: NCRYPT_KEY_HANDLE,
    phwritekey: *mut NCRYPT_KEY_HANDLE,
    pparameterlist: Option<*const BCryptBufferDesc>,
    dwflags: u32,
) -> Result<()>