Function windows::Win32::Security::Cryptography::BCryptConfigureContext

pub unsafe fn BCryptConfigureContext<P0>(
    dwtable: BCRYPT_TABLE,
    pszcontext: P0,
    pconfig: *const CRYPT_CONTEXT_CONFIG,
) -> NTSTATUS
where P0: Param<PCWSTR>,