Function CryptUIDlgSelectCertificateFromStore
pub unsafe fn CryptUIDlgSelectCertificateFromStore<P2, P3>(
hcertstore: HCERTSTORE,
hwnd: Option<HWND>,
pwsztitle: P2,
pwszdisplaystring: P3,
dwdontusecolumn: u32,
dwflags: u32,
pvreserved: *const c_void,
) -> *mut CERT_CONTEXTwhere
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,