Function sized

Source
pub fn sized<T>(
    size: usize,
    serializer: impl BinSerializer<T>,
) -> impl FnMut(T, &mut Vec<u8>) -> BinResult