pub unsafe fn CertEnumCertificatesInStore<P0>(
    hcertstore: P0,
    pprevcertcontext: Option<*const CERT_CONTEXT>,
) -> *mut CERT_CONTEXT
where P0: Param<HCERTSTORE>,