Function pyo3::ffi::PyObject_TypeCheck

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