pub type ModuleVisitor = Option<unsafe extern "C" fn(i_module: IM3Module, i_info: *mut c_void) -> *mut c_void>;
enum ModuleVisitor { None, Some(unsafe extern "C" fn(_: *mut M3Module, _: *mut c_void) -> *mut c_void), }
No value.
Some value of type T.
T