[][src]Function pyo3::ffi::PyObject_CopyData

pub unsafe extern "C" fn PyObject_CopyData(
    dest: *mut PyObject,
    src: *mut PyObject
) -> c_int