pub unsafe fn CertAddEncodedCRLToStore<P0>(
    hcertstore: P0,
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pbcrlencoded: &[u8],
    dwadddisposition: u32,
    ppcrlcontext: Option<*mut *mut CRL_CONTEXT>,
) -> Result<()>
where P0: Param<HCERTSTORE>,