module Process::Functions::FFI::Library

def attach_pfunc(*args)

Wrapper method for attach_function + private
def attach_pfunc(*args)
  attach_function(*args)
  private args[0]
end