windows::Win32::Security::Cryptography

Function SslExpandExporterMasterKey

pub unsafe fn SslExpandExporterMasterKey(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hbasekey: NCRYPT_KEY_HANDLE,
    hhashvalue: NCRYPT_HASH_HANDLE,
    phexportermasterkey: *mut NCRYPT_KEY_HANDLE,
    pparameterlist: Option<*const BCryptBufferDesc>,
    dwflags: u32,
) -> Result<()>