Function python3_sys::PyObject_TypeCheck

source ยท
pub unsafe fn PyObject_TypeCheck(
    ob: *mut PyObject,
    tp: *mut PyTypeObject,
) -> c_int