pub unsafe extern "system" fn NCryptOpenKey(
    hprovider: usize,
    phkey: *mut usize,
    pszkeyname: PWSTR,
    dwlegacykeyspec: CERT_KEY_SPEC,
    dwflags: NCRYPT_FLAGS
) -> i32
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’