Type Alias llvm_sys::orc2::LLVMOrcDisposeCAPIDefinitionGeneratorFunction

source ยท
pub type LLVMOrcDisposeCAPIDefinitionGeneratorFunction = extern "C" fn(Ctx: *mut c_void);
Expand description

Disposer for a custom generator.

Will be called by ORC when the JITDylib that the generator is attached to is destroyed.