pub unsafe extern "C" fn PyObject_CallMethod(
    o: *mut PyObject,
    method: *const i8,
    format: *const i8,
     ...
) -> *mut PyObject