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