Deduplicate memcpy, memmove, memset and memcmp functions
Created by: jaje
Since core::mem::size_of
is constant function there is no need for them to be duplicated.
Created by: jaje
Since core::mem::size_of
is constant function there is no need for them to be duplicated.