SilcBool silc_packet_stream_inject(SilcPacketStream stream, SilcPacket packet);
This function can be used to inject the `packet' to the given packet `stream'. The packet will appear in the packet stream's packet handler(s). If this returns FALSE the packet was not injected.