[][src]Type Definition mruby_sys::mrb_func_t

type mrb_func_t = Option<unsafe extern "C" fn(mrb: *mut mrb_state, arg1: mrb_value) -> mrb_value>;