pub type SetSdkStatusFn = Box<dyn Fn(SDKStatus) + Send + Sync>;
Set SDK status function type (boxed)
pub struct SetSdkStatusFn(/* private fields */);