pub unsafe extern "C" fn LLVMDisposeDIBuilder(
Builder: *mut LLVMOpaqueDIBuilder,
)Expand description
Deallocate a builder and everything it owns.
The builder must be finalized before this.
pub unsafe extern "C" fn LLVMDisposeDIBuilder(
Builder: *mut LLVMOpaqueDIBuilder,
)Deallocate a builder and everything it owns.
The builder must be finalized before this.