Function windows::Win32::Security::Cryptography::Catalog::CryptCATOpen

pub unsafe fn CryptCATOpen<P0>(
    pwszfilename: P0,
    fdwopenflags: CRYPTCAT_OPEN_FLAGS,
    hprov: usize,
    dwpublicversion: CRYPTCAT_VERSION,
    dwencodingtype: u32,
) -> HANDLE
where P0: Param<PCWSTR>,