Converts a result containing either a handle or an error into a u64. The u64 is the address of a small heap-allocated object that contains the reference counted pointer to the object. Thus, the handle *must* be freed or the reference count will remain incremented and the object itself will never be deleted.
(result: Result<Handle, qm::Error>)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected