windows::Win32::Security::Cryptography

Function CryptAcquireContextW

pub unsafe fn CryptAcquireContextW<P1, P2>(
    phprov: *mut usize,
    szcontainer: P1,
    szprovider: P2,
    dwprovtype: u32,
    dwflags: u32,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,