Function CryptAcquireContextW

Source
pub unsafe extern "C" fn CryptAcquireContextW(
    phProv: *mut HCRYPTPROV,
    szContainer: LPCWSTR,
    szProvider: LPCWSTR,
    dwProvType: DWORD,
    dwFlags: DWORD,
) -> BOOL