PROC_RAISE

Send a signal to the process of the calling thread. Note: This is similar to raise in POSIX.

(@interface func (export "proc_raise")
;;; The signal condition to trigger.
(param $sig $signal)
(result $error (expected (error $errno)))
)