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