(bind-func nn_println_strerror (lambda () (let ((en (nn_errno))) (if (<> en 0) (printf "nanomsg error: %s\n" (nn_strerror en))) void)))