pub unsafe extern "C" fn ZyanStringAppend(
    destination: *mut ZyanString,
    source: *const ZyanStringView
) -> Status