pub unsafe fn line_set_points( obj: *mut Object, points: *const PointPrecise, point_num: u32, ) -> Result<()>
This function is unsafe because it may dereference raw pointers.