Function windows_sys::Win32::Security::Cryptography::NCryptCreateClaim
pub unsafe extern "system" fn NCryptCreateClaim(
hsubjectkey: NCRYPT_KEY_HANDLE,
hauthoritykey: NCRYPT_KEY_HANDLE,
dwclaimtype: u32,
pparameterlist: *const BCryptBufferDesc,
pbclaimblob: *mut u8,
cbclaimblob: u32,
pcbresult: *mut u32,
dwflags: u32
) -> HRESULT