Function windows::Win32::Security::Cryptography::CryptAcquireContextA

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