1 2 3 4 5 6 7 8 9 10 11 12 13 14
#![allow(non_camel_case_types)] #[repr(C)] pub struct OH_Drawing_TextBox { _unused: [u8; 0], } #[repr(C)] pub struct OH_Drawing_PositionAndAffinity { _unused: [u8; 0], } #[repr(C)] pub struct OH_Drawing_Range { _unused: [u8; 0], }