::func_wrap
Helper crate for procedural macro authors that wish to duplicate some received function inside its body, so as to be able to wrap with some prologue, epilogue, cache-ing, etc.
See https://docs.rs/requireunsafein_body for a real-life example of using it.