#[unsafe(no_mangle)]pub extern "C" fn xila_graphics_chart_set_axis_range( obj: *mut Object, axis: ChartAxis, min: i32, max: i32, ) -> i32