Function windows::Win32::Security::Cryptography::NCryptEnumKeys

pub unsafe fn NCryptEnumKeys<P0, P1>(
    hprovider: P0,
    pszscope: P1,
    ppkeyname: *mut *mut NCryptKeyName,
    ppenumstate: *mut *mut c_void,
    dwflags: NCRYPT_FLAGS,
) -> Result<()>
where P0: Param<NCRYPT_PROV_HANDLE>, P1: Param<PCWSTR>,