pub unsafe extern "C" fn stringCopySegment(
    src: *const i8,
    start: i32,
    nbytes: i32
) -> *mut i8