pub type OSSL_ITEM = ossl_item_st;
struct OSSL_ITEM { pub id: u32, pub ptr: *mut c_void, }
id: u32
ptr: *mut c_void