Create an OSSL_STORE_INFO that takes ownership of data for type.
New OSSL_STORE_INFO, or NULL on error; free with OSSL_STORE_INFO_free().
| Name | Description |
|---|---|
| type | OSSL_STORE_INFO_* type code matching data. |
| data | Object pointer transferred to the new info (freed with the info). |