Function pyo3::ffi::PyNumber_InPlacePower

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