pub unsafe extern "C" fn sqlite3_str_appendchar(
    arg1: *mut sqlite3_str,
    N: i32,
    C: i8
)