pub unsafe extern "C" fn om_variable_get_scalar(
variable: *const OmVariable_t,
value: *mut *mut c_void,
size: *mut u64,
) -> OmError_tExpand description
Read a variable as a scalar. Returns the size and value into the value and size field. value needs to be a pointer that then points to the value