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