pub unsafe extern "C" fn TextInsert( text: *const c_char, insert: *const c_char, position: c_int, ) -> *mut c_char
Insert text in a position (WARNING: memory must be freed!)