module Net::SSH::Authentication::Pageant::Win

def self.malloc_ptr(size)

def self.malloc_ptr(size)
  return DL.malloc(size)
end