Skip to main content

PyLong_FromNativeBytes

Function PyLong_FromNativeBytes 

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