Function _PyLong_NumBits

pub unsafe extern "C" fn _PyLong_NumBits(obj: *mut PyObject) -> usize
Available on crate features dep_pyo3 and std only.