Skip to main content

pio_value_scenario_set

Function pio_value_scenario_set 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_value_scenario_set( value: *const PioValueHandle, error: *mut *mut PioError, ) -> *mut PioScenarioSetHandle
Expand description

Borrow the value as a scenario set.

ยงSafety

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