macro_rules! async_func_unchecked { ($expr:expr) => { ... }; }
Ensure the async function can be correctly used in injectorpp.
This macro skips the signature check and assumes the caller knows what they are doing.