#[patchable]
Mark a function as patchable
This transforms the function to use indirection for hot-swapping.
#[patchable] fn handle_request(req: Request) -> Response { // implementation }