Print str to stderr (the console)
[sim] = ld_printfstderr2(sim, events, in, str, insize)
in *+(insize) - vectorial input signal
str is a string that is printed followed by the signal vector in
of size insize
[sim,blk] = libdyn_new_printf(sim, events, str, insize);