Consistently use safe wrapper function set_section

This commit is contained in:
Zalathar 2024-10-30 10:02:46 +11:00
parent 1e4f10ba64
commit 65ff2a6ad7
7 changed files with 18 additions and 18 deletions

View file

@ -2416,6 +2416,7 @@ unsafe extern "C" {
data: *const u8,
len: usize,
name: *const u8,
name_len: usize,
out_len: &mut usize,
) -> *const u8;