github.com/gramework/runtimer@v0.0.0-20211014201118-d25b6e2ccefd/callptr.go (about)

     1  package runtimer
     2  
     3  import "unsafe" // #nosec
     4  
     5  // WIP, don't use those now
     6  func callptr(ptr unsafe.Pointer) {}
     7  func call(argtype *Type, fn, arg unsafe.Pointer, n uint32, retoffset uint32)