#[unsafe(no_mangle)]pub unsafe extern "C" fn sys_alloc_aligned(
bytes: usize,
align: usize,
) -> *mut u8
Available on crate feature
export-syscalls
and non-target_os="zkvm"
only.Expand description
ยงSafety
This function should be safe to call, but clippy complains if it is not marked as unsafe
.