#[no_mangle]
extern "C" fn ffi_ibom_add_bom_line(
obj: &mut InteractiveHtmlBom,
sides: InteractiveHtmlBomSides,
parts_array: *const InteractiveHtmlBomRefMap,
parts_size: usize,
)
Expand description
Wrapper to add BOM lines to [InteractiveHtmlBom::bom_front], [InteractiveHtmlBom::bom_back] or [InteractiveHtmlBom::bom_both]