Function windows_sys::Win32::Security::Cryptography::BCryptSetContextFunctionProperty
pub unsafe extern "system" fn BCryptSetContextFunctionProperty(
dwtable: BCRYPT_TABLE,
pszcontext: PCWSTR,
dwinterface: BCRYPT_INTERFACE,
pszfunction: PCWSTR,
pszproperty: PCWSTR,
cbvalue: u32,
pbvalue: *const u8,
) -> NTSTATUS