Function windows::Win32::Security::Cryptography::CryptGenKey

pub unsafe fn CryptGenKey(
    hprov: usize,
    algid: ALG_ID,
    dwflags: CRYPT_KEY_FLAGS,
    phkey: *mut usize,
) -> Result<()>