pub unsafe fn set_ssl_cert_file<P>(file: P) -> Result<(), Error>where
    P: IntoCString,Expand description
Set the SSL certificate-authority location to file. file is the location
of a file containing several certificates concatenated together.