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