Skip to main content

FFIKey

Type Alias FFIKey 

Source
pub type FFIKey = c_void;
Expand description

Opaque key handle. The Store treats this as a caller-owned token; it stores and returns the pointer verbatim and never dereferences it.

Aliased Typeยง

pub enum FFIKey {
    // some variants omitted
}