PtrVoid? realloc(PtrVoid arg1, int arg2) { var result = _h_sqlite3_realloc(arg1, arg2); return result == ffi.nullptr ? null : result; }