Skip to main content

pio_destination_memory

Function pio_destination_memory 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_destination_memory( root: *const c_char, root_len: usize, error: *mut *mut PioError, ) -> *mut PioDestination
Expand description

Select memory output and prefix returned artifact names with root.

ยงSafety

Pointers and handles must satisfy the crate-level safety requirements.