windows::Win32::Security::Cryptography

Function SslImportKey

pub unsafe fn SslImportKey<P2>(
    hsslprovider: NCRYPT_PROV_HANDLE,
    phkey: *mut NCRYPT_KEY_HANDLE,
    pszblobtype: P2,
    pbkeyblob: &[u8],
    dwflags: u32,
) -> Result<()>
where P2: Param<PCWSTR>,