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