pub unsafe extern "C" fn JS_NewObjectFromStr( ctx: *mut JSContext, count: c_int, props: *mut *const c_char, values: *const JSValue, ) -> JSValue