pub type FreeModuleFunction = Option<unsafe extern "C" fn(arg1: *mut Environment, arg2: *mut c_void)>;
enum FreeModuleFunction { None, Some(unsafe extern "C" fn(_: *mut environmentData, _: *mut c_void)), }
No value.
Some value of type T.
T