Function windows_sys::Win32::Security::Cryptography::NCryptVerifyClaim

pub unsafe extern "system" fn NCryptVerifyClaim(
    hsubjectkey: NCRYPT_KEY_HANDLE,
    hauthoritykey: NCRYPT_KEY_HANDLE,
    dwclaimtype: u32,
    pparameterlist: *const BCryptBufferDesc,
    pbclaimblob: *const u8,
    cbclaimblob: u32,
    poutput: *mut BCryptBufferDesc,
    dwflags: u32,
) -> HRESULT