Let the user add raw C code in the generated header after the include blocks. It matches what bindgen provides with the raw_lines option.
4 lines
42 B
Rust
4 lines
42 B
Rust
#[no_mangle]
|
|
pub extern "C" fn root() {
|
|
}
|