pub unsafe fn JS_NewObjectWithoutMetadata(
    cx: *mut JSContext,
    clasp: *const JSClass,
    proto: HandleObject<'_>
) -> *mut JSObject