#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_destination_memory(
root: *const c_char,
root_len: usize,
error: *mut *mut PioError,
) -> *mut PioDestinationExpand description
Select memory output and prefix returned artifact names with root.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.