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