pub trait SbFunctionParameters { // Required method fn decode(data: &[u8]) -> Option<Self> where Self: Sized; }