Function hdk::prelude::split_u64

pub fn split_u64(u: u64) -> (u32, u32)
Expand description

Given a merged GuestPtrLen, split out a u32 pointer and length. Performs the inverse of merge_u64. Takes the low u32 bits as the length then shifts the 32 high bits down and takes those as the pointer.