pub unsafe extern "C" fn JS_GetReservedSlot(
    obj: *mut JSObject,
    index: u32,
    dest: *mut Value
)