pub unsafe fn CertAddCTLContextToStore<P0>(
    hcertstore: P0,
    pctlcontext: *const CTL_CONTEXT,
    dwadddisposition: u32,
    ppstorecontext: Option<*mut *mut CTL_CONTEXT>,
) -> Result<()>
where P0: Param<HCERTSTORE>,