fn null()

in optee-utee/src/crypto_op.rs [171:173]


    fn null() -> Self {
        OperationHandle::from_raw(ptr::null_mut())
    }