func (c *CGoSystem) Close(handle uint32) (result uint32) { return uint32(C.MojoClose(C.MojoHandle(handle))) }
func (c *CoreImpl) Close(handle MojoHandle) MojoResult { return (MojoResult)(C.MojoClose(handle.cType())) }