Function BCryptConfigureContextFunction
pub unsafe fn BCryptConfigureContextFunction<P1, P3>(
dwtable: BCRYPT_TABLE,
pszcontext: P1,
dwinterface: BCRYPT_INTERFACE,
pszfunction: P3,
pconfig: *const CRYPT_CONTEXT_FUNCTION_CONFIG,
) -> NTSTATUSwhere
P1: Param<PCWSTR>,
P3: Param<PCWSTR>,