pub unsafe extern "C" fn sqlite3_str_append(
    arg1: *mut sqlite3_str,
    zIn: *const c_char,
    N: c_int
)