pub unsafe extern "C" fn JS_CopyDataProperties(
    ctx: *mut JSContext,
    target: JSValue,
    source: JSValue,
    excluded: JSValue,
    setprop: c_int
) -> c_int