fn from_raw()

in optee-utee/src/object.rs [223:225]


    fn from_raw(raw: *mut raw::TEE_ObjectHandle) -> ObjectHandle {
        Self { raw }
    }