pub unsafe extern "C" fn ssh_pki_import_cert_base64(
    b64_cert: *const c_char,
    type_: ssh_keytypes_e,
    pkey: *mut ssh_key
) -> c_int