Function __ctzti2

Source
#[no_mangle]
extern "C" fn __ctzti2(x: u128) -> usize
Expand description

Returns the number of trailing binary zeros in x (128 bit version).