pub fn strip_header<'a, H: Pod, D: Pod>(
    account: &'a AccountInfo<'_>,
    init_allowed: bool
) -> DexResult<(RefMut<'a, H>, RefMut<'a, [D]>)>