pub unsafe extern "system" fn NCryptEnumKeys(
    hprovider: NCRYPT_PROV_HANDLE,
    pszscope: PCWSTR,
    ppkeyname: *mut *mut NCryptKeyName,
    ppenumstate: *mut *mut c_void,
    dwflags: NCRYPT_FLAGS
) -> i32
Expand description

Required features: "Win32_Security_Cryptography"