1 2 3 4 5 6
// bindgen-flags: --rust-target 1.26 struct foo { __int128 my_signed; unsigned __int128 my_unsigned; };