windows::Win32::Security::Cryptography

Function SslExportKeyingMaterial

pub unsafe fn SslExportKeyingMaterial<P2>(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hmasterkey: NCRYPT_KEY_HANDLE,
    slabel: P2,
    pbrandoms: Option<&[u8]>,
    pbcontextvalue: Option<&[u8]>,
    pboutput: &mut [u8],
    dwflags: u32,
) -> Result<()>
where P2: Param<PCSTR>,