windows::Win32::Security::Cryptography

Function BCryptConfigureContextFunction

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