pub fn assert_fp_is_aligned(fp: usize)Expand description
Assert that the given fp is aligned as expected by the
host platform’s implementation of the Cranelift tail-call
ABI.
Frame pointers are aligned if they’re aligned to twice the size of a
pointer.