ffi.Pointer<chtype> get acs_map => _acs_map.value;
set acs_map(ffi.Pointer<chtype> value) => _acs_map.value = value;