pub fn is_memory_aligned(ptr: usize, align: usize) -> bool
Returns true if ptr is aligned to align.
ptr
align