pub fn private_left_join_multiple_keys(
    a: &DataFrame,
    b: &DataFrame
) -> Vec<(IdxSize, Option<IdxSize>)>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator