pub unsafe extern "C" fn httpcRootCertChainRemoveCert(
RootCertChain_contexthandle: u32_,
cert_contexthandle: u32_,
) -> ResultExpand description
Removes a cert from a RootCertChain.
ยงArguments
RootCertChain_contexthandle- RootCertChain to use.cert_contexthandle- Contexthandle of the cert to remove.