pub unsafe extern "system" fn BCryptQueryContextFunctionProperty(
dwtable: BCRYPT_TABLE,
pszcontext: PCWSTR,
dwinterface: BCRYPT_INTERFACE,
pszfunction: PCWSTR,
pszproperty: PCWSTR,
pcbvalue: *mut u32,
ppbvalue: *mut *mut u8
) -> NTSTATUS
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"