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

Aliased Type§

enum mrb_atexit_func {
    None,
    Some(unsafe extern "C" fn(_: *mut mrb_state)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut mrb_state))

Some value of type T.