pyo3_ffi

Function PyNumber_Or

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