Function JS_SetPropertyUint32

Source
pub unsafe extern "C" fn JS_SetPropertyUint32(
    ctx: *mut JSContext,
    this_obj: u64,
    idx: u32,
    val: u64,
) -> i32