pub macro no_asan_shim {
($([$($tt:tt)*])?|$($i:ident:$ty:ty),*$(,)?| $(-> $ret:ty)? $e:block) => { ... },
($([$($tt:tt)*])?|$($i:ident:$ty:ty),*$(,)?| $e:expr) => { ... },
}Available on crate feature
full only.pub macro no_asan_shim {
($([$($tt:tt)*])?|$($i:ident:$ty:ty),*$(,)?| $(-> $ret:ty)? $e:block) => { ... },
($([$($tt:tt)*])?|$($i:ident:$ty:ty),*$(,)?| $e:expr) => { ... },
}full only.