use ptr;
/// Mutate a referenced element by transferring ownership through a function.
/// Mutate a referenced element by transferring ownership through a function, which also
/// produces an output data which is returned from this function.