Type Alias simplicity_sys::ffi::ubounded
source · pub type ubounded = u32;
Expand description
Used in the C code for various purposes; actually defined as uint_least32_t
which seems not to have an equivalent in Rust libc.
pub type ubounded = u32;
Used in the C code for various purposes; actually defined as uint_least32_t
which seems not to have an equivalent in Rust libc.