pub fn ffs(x: u32) -> i32
Find first set bit (1-indexed, 0 if none). Transpiles to: __ffs(x)
__ffs(x)