fn handle()

in optee-utee/src/object.rs [219:221]


    fn handle(&self) -> raw::TEE_ObjectHandle {
        unsafe { *(self.raw) }
    }