pub unsafe extern "C" fn LLVMRustLinkerAdd(
    linker: &Linker<'_>,
    bytecode: *const c_char,
    bytecode_len: usize
) -> bool