Type Definition mrb_atexit_func
mruby_sys
type mrb_atexit_func = Option<unsafe extern "C" fn(arg1: *mut mrb_state)>;