pub unsafe extern "C" fn mrb_load_nstring(
    mrb: *mut mrb_state,
    s: *const c_char,
    len: usize
) -> mrb_value