Skip to main content

PyArray_CastToType

Type Alias PyArray_CastToType 

Source
pub type PyArray_CastToType = unsafe extern "C" fn(arr: *mut PyArrayObject, dtype: *mut PyArray_Descr, is_f_order: c_int) -> *mut PyObject;