typedef void (*SilcSFTPSendPacketCallback)(SilcBuffer packet, void *context);
Packet sending callback. The caller of this interface will provide this function for the library. The libary will call this function everytime it needs to send a packet to the remote host.