pub type PyArray_PartitionFunc = Option<unsafe extern "C" fn(*mut c_void, npy_intp, npy_intp, *mut npy_intp, *mut npy_intp, *mut c_void) -> c_int>;
Aliased Type§
enum PyArray_PartitionFunc {
None,
Some(unsafe extern "C" fn(*mut c_void, isize, isize, *mut isize, *mut isize, *mut c_void) -> i32),
}