pub unsafe fn textarea_add_char(obj: *mut Object, c: u32) -> Result<()>
This function is unsafe because it may dereference raw pointers.