use NonZeroU64;
/// Returns `size` as a multiple of `alignment`. See [align].
/// Returns `size` as a multiple of `alignment`. Same as `u64::next_multiple_of`.
// TODO: Replace this with `next_multiple_of` once it is stabilized.
// https://github.com/rust-lang/rust/issues/88581