pub unsafe extern "C" fn JS_DefineProperty( ctx: *mut JSContext, this_obj: JSValue, prop: u32, val: JSValue, getter: JSValue, setter: JSValue, flags: i32, ) -> i32