export iovec via cbindgen function

This commit is contained in:
auronandace
2026-04-02 08:03:19 +01:00
parent 616f380856
commit 18ce904d7e
+3
View File
@@ -33,3 +33,6 @@ pub unsafe fn scatter(iovs: &[iovec], vec: Vec<u8>) {
i += slice.len();
}
}
#[unsafe(no_mangle)]
pub unsafe extern "C" fn cbindgen_alias_iovec(_: iovec) {}