pub type FolditPluginHandle = *mut c_void;
Plugin opaque handle. The plugin allocates this in create and frees it in destroy. The host treats it as opaque and threads it through every other call.
create
destroy