pub unsafe extern "C" fn ssh_pki_import_privkey_base64(
    b64_key: *const c_char,
    passphrase: *const c_char,
    auth_fn: ssh_auth_callback,
    auth_data: *mut c_void,
    pkey: *mut ssh_key
) -> c_int