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.