pub trait MapNativeInvoke { // Required method fn map_native_invoke(&mut self, module: &str, field: &str) -> Option<u32>; }