windows::Win32::Security::Cryptography

Function CryptImportKey

pub unsafe fn CryptImportKey(
    hprov: usize,
    pbdata: &[u8],
    hpubkey: usize,
    dwflags: CRYPT_KEY_FLAGS,
    phkey: *mut usize,
) -> Result<()>