pub unsafe extern "C" fn JS_string_realloc( cx: *mut JSContext, p: *mut c_void, oldBytes: usize, newBytes: usize, ) -> *mut c_void