pub type PyArray_CastScalarToCtype = unsafe extern "C" fn(scalar: *mut PyObject, ctypeptr: *mut c_void, outcode: *mut PyArray_Descr) -> c_int;