[][src]Type Definition mylibrary::npyffi::array::PyArray_Flatten

type PyArray_Flatten = unsafe extern "C" fn(a: *mut PyArrayObject, order: NPY_ORDER) -> *mut PyObject;