pub type sm_module_t = sm_module;
struct sm_module_t { pub filename: [i8; 128], pub handle: *mut c_void, pub ops: sm_module_operations, }
filename: [i8; 128]
handle: *mut c_void
ops: sm_module_operations