Function windows::Win32::Security::Cryptography::CryptAcquireContextW

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