pub unsafe fn drop_error(err: *mut FolditPluginError)Expand description
Release both inner buffers of an error this plugin allocated.
ยงSafety
err must be null or point to an error this plugin allocated.
pub unsafe fn drop_error(err: *mut FolditPluginError)Release both inner buffers of an error this plugin allocated.
err must be null or point to an error this plugin allocated.