pub unsafe fn CertAddCRLContextToStore<P0>(
    hcertstore: P0,
    pcrlcontext: *const CRL_CONTEXT,
    dwadddisposition: u32,
    ppstorecontext: Option<*mut *mut CRL_CONTEXT>,
) -> Result<()>
where P0: Param<HCERTSTORE>,