pub fn get_builtin_preset(id: &PresetId) -> Option<Vec<u8>>
Provides a JSON representation of preset identified by given id.
id
If no preset with given id exits None is returned.
None