PyLong_FromUnsignedNativeBytes

Function PyLong_FromUnsignedNativeBytes 

Source
pub unsafe extern "C" fn PyLong_FromUnsignedNativeBytes(
    buffer: *const c_void,
    n_bytes: size_t,
    flags: c_int,
) -> *mut PyObject