pub type FFIKey = c_void;
Opaque key handle. The Store treats this as a caller-owned token; it stores and returns the pointer verbatim and never dereferences it.
pub enum FFIKey { // some variants omitted }