PtrVoid? malloc(int arg1) { var result = _h_sqlite3_malloc(arg1); return result == ffi.nullptr ? null : result; }