devela::_dep::pyo3::ffi

Function PyNumber_InPlaceMultiply

pub unsafe extern "C" fn PyNumber_InPlaceMultiply(
    o1: *mut PyObject,
    o2: *mut PyObject,
) -> *mut PyObject
Available on crate features dep_pyo3 and std only.