Function windows::Win32::Security::Cryptography::CertFindCTLInStore

pub unsafe fn CertFindCTLInStore<P0>(
    hcertstore: P0,
    dwmsgandcertencodingtype: u32,
    dwfindflags: u32,
    dwfindtype: CERT_FIND_TYPE,
    pvfindpara: Option<*const c_void>,
    pprevctlcontext: Option<*const CTL_CONTEXT>,
) -> *mut CTL_CONTEXT
where P0: Param<HCERTSTORE>,