1 2 3 4 5 6 7 8 9 10
// bindgen-flags: --no-size_t-is-usize typedef unsigned long size_t; typedef long ssize_t; struct A { size_t len; ssize_t offset; struct A* next; };