pub unsafe fn CertAddCertificateLinkToStore<P0>(
    hcertstore: P0,
    pcertcontext: *const CERT_CONTEXT,
    dwadddisposition: u32,
    ppstorecontext: Option<*mut *mut CERT_CONTEXT>,
) -> Result<()>
where P0: Param<HCERTSTORE>,