Skip to main content

PyLong_FromUnsignedNativeBytes

Function PyLong_FromUnsignedNativeBytes 

Source
pub unsafe extern "C" fn PyLong_FromUnsignedNativeBytes(
    buffer: *const c_void,
    n_bytes: usize,
    flags: i32,
) -> *mut PyObject
Available on Py_3_13 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here