macro_rules! async_return_unchecked { ($val:expr, $ty:ty) => { ... }; }
Config a return value for faking an async function.
This macro skips the signature check and assumes the caller knows what they are doing.