#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_operating_point_update_set_load_reactive_power(
load: *const PioComponentId,
terminal: *const c_char,
terminal_len: usize,
power: *const PioReactivePower,
error: *mut *mut PioError,
) -> *mut PioOperatingPointUpdateExpand description
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.