pyo3::ffi

Function PyObject_TypeCheck

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