pub fn is_aligned<T>(ptr: *const T, alignment: usize) -> bool
Check if a pointer is aligned to the given alignment