mrb_close

Function mrb_close 

Source
pub unsafe extern "C" fn mrb_close(mrb: *mut mrb_state)
Expand description

Closes and frees a mrb_state.

@param mrb Pointer to the mrb_state to be closed.