Function PyLong_FromUnsignedNativeBytes
pub unsafe extern "C" fn PyLong_FromUnsignedNativeBytes(
buffer: *const c_void,
n_bytes: usize,
flags: i32,
) -> *mut PyObjectAvailable on crate feature
tls and Py_3_13 only.