Function windows::Win32::Security::Cryptography::SslExpandWriteKey

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