[][src]Function pyo3::ffi::PyNumber_And

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