[−][src]Function pyo3::ffi::_PyLong_AsByteArray
pub unsafe extern "C" fn _PyLong_AsByteArray(
v: *mut PyLongObject,
bytes: *const c_uchar,
n: size_t,
little_endian: c_int,
is_signed: c_int
) -> c_int
pub unsafe extern "C" fn _PyLong_AsByteArray(
v: *mut PyLongObject,
bytes: *const c_uchar,
n: size_t,
little_endian: c_int,
is_signed: c_int
) -> c_int