Function windows::Win32::Security::Cryptography::NCryptVerifyClaim

pub unsafe fn NCryptVerifyClaim<P0, P1>(
    hsubjectkey: P0,
    hauthoritykey: P1,
    dwclaimtype: u32,
    pparameterlist: Option<*const BCryptBufferDesc>,
    pbclaimblob: &[u8],
    poutput: *mut BCryptBufferDesc,
    dwflags: u32,
) -> Result<()>
where P0: Param<NCRYPT_KEY_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>,