[CHANGES]
- Rename
set_suspendhook
towrap_suspendhook
; follow the API
inspiration from perl's ownwrap_keyword_plugin()
[BUGFIXES]
- Actually use perl's own
wrap_keyword_plugin()
- Avoid compiler warning about int/IV mismatch in printf (RT130285)
- Use warn_sv() to avoid compiler wraning about formatless warn() on
a plain PV (RT130285)