1/* automatically generated by rust-bindgen 0.70.1 */ 2 3use crate::deps::*; 4use crate::flint::*; 5 6 7extern "C" { 8 #[link_name = "FLINT_BIT_COUNT__extern"] 9 pub fn FLINT_BIT_COUNT(x: ulong) -> flint_bitcnt_t; 10}