typedef void (*SilcSFTPVersionCallback)(SilcSFTP sftp, SilcSFTPStatus status, SilcSFTPVersion version, void *context);
Version callback is called at the protocol initialization phase when the server returns the version of the protocol. The `version' indicates the version of the protocol.