Skip to main content

CreateFn

Type Alias CreateFn 

Source
pub type CreateFn = unsafe extern "C" fn() -> *mut c_void;
Expand description

unsafe extern "C" fn() -> *mut c_void — allocates and returns an opaque plugin handle.