Function pyo3::ffi::PyNumber_InPlaceAnd

source ·
pub unsafe extern "C" fn PyNumber_InPlaceAnd(
    o1: *mut PyObject,
    o2: *mut PyObject
) -> *mut PyObject