#[no_mangle]
pub extern "C" fn __clzsi2(x: usize) -> usize
Expand description

Returns the number of leading binary zeros in x.