github.com/inaneverb/ekacore/ekaunsafe/v4@v4.0.0/move.go (about) 1 // Copyright © 2021. All rights reserved. 2 // Author: Ilya Stroy. 3 // Contacts: iyuryevich@pm.me, https://github.com/qioalice 4 // License: https://opensource.org/licenses/MIT 5 6 package ekaunsafe 7 8 import ( 9 _ "reflect" 10 "unsafe" 11 ) 12 13 //go:linkname Typedmemmove reflect.typedmemmove 14 func Typedmemmove(rtype, dst, src unsafe.Pointer)