Function BCryptQueryContextFunctionConfiguration
pub unsafe fn BCryptQueryContextFunctionConfiguration<P1, P3>(
dwtable: BCRYPT_TABLE,
pszcontext: P1,
dwinterface: BCRYPT_INTERFACE,
pszfunction: P3,
pcbbuffer: *mut u32,
ppbuffer: Option<*mut *mut CRYPT_CONTEXT_FUNCTION_CONFIG>,
) -> NTSTATUSwhere
P1: Param<PCWSTR>,
P3: Param<PCWSTR>,