Function TextInsert

Source
pub unsafe extern "C" fn TextInsert(
    text: *const c_char,
    insert: *const c_char,
    position: c_int,
) -> *mut c_char
Expand description

Insert text in a position (WARNING: memory must be freed!)