Expand description

Host-specific functionality.

Functions

Validates that data contains len elements of type T at offset and returns a mutable pointer to the first element on success.

Validates that data contains len elements of type T at offset aligned to align_of::<T>() and returns a mutable pointer to the first element on success.

Validates that data contains len elements of type T at offset aligned to align_of::<T>() and returns a mutable slice pointer to the first element on success.

Validates that data contains len elements of type T at offset and returns a mutable slice pointer to the first element on success.

Executes the passed items.