pub unsafe fn CertFindCertificateInStore<P0>(
    hcertstore: P0,
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    dwfindflags: u32,
    dwfindtype: CERT_FIND_FLAGS,
    pvfindpara: Option<*const c_void>,
    pprevcertcontext: Option<*const CERT_CONTEXT>,
) -> *mut CERT_CONTEXT
where P0: Param<HCERTSTORE>,