Function std::ptr::read_ptr

pub unsafe fn read_ptr<T>(src: *mut T) -> T

Reads the value from *src and returns it. Does not copy *src.