Skip to main content

FolditPluginHandle

Type Alias FolditPluginHandle 

Source
pub type FolditPluginHandle = *mut c_void;
Expand description

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.