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