Function windows::Win32::Security::Cryptography::SslImportKey

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