//! Guest-side ptr/len packing. MUST be byte-identical to `crate::imp::core::abi`.
//! Re-derived here (not just re-exported) so the wasm ABI layer has no_std-clean
//! const fns, and parity is enforced by `tests/abi_roundtrip.rs`.
/// Pack (ptr, len) into the i64 ABI return value.
pub const
/// Inverse of `guest_pack`.
pub const