Example of registering a finalizer for unsafe_wrapped data from ccall

Should be

return finalizer(dataRef) do ref
   closefunc()
end