Function vec_andc

#[target_feature(enable = "altivec")]
pub unsafe fn vec_andc<T, U>(a: T, b: U) -> <T as VectorAndc<U>>::Result
where
    T: VectorAndc<U>,

Vector andc.