PyLong_FromNativeBytes

Function PyLong_FromNativeBytes 

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