pub unsafe fn set_ssl_cert_dir<P>(path: P) -> Result<(), Error>where
    P: IntoCString,Expand description
Set the SSL certificate-authority location to path. path is the location
of a directory holding several certificates, one per file.
pub unsafe fn set_ssl_cert_dir<P>(path: P) -> Result<(), Error>where
    P: IntoCString,Set the SSL certificate-authority location to path. path is the location
of a directory holding several certificates, one per file.