pub unsafe extern "C" fn mjs_mk_string( mjs: *mut mjs, str_: *const c_char, len: usize, copy: c_int, ) -> mjs_val_t