[][src]Function python3_sys::PyObject_CallFunction

pub unsafe extern "C" fn PyObject_CallFunction(
    callable: *mut PyObject,
    format: *const c_char,
    _: ...
) -> *mut PyObject