Function vec_perm

#[target_feature(enable = "altivec")]
pub unsafe fn vec_perm<T>(a: T, b: T, c: vector_unsigned_char) -> T
where
    T: VectorPerm,

Vector permute.