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