pub type TapSDK_SystemStateChangedCallback = Option<extern "C" fn(*const SystemStateChangedData)>;Aliased Type§
pub enum TapSDK_SystemStateChangedCallback {
None,
Some(extern "C" fn(*const SystemStateChangedData)),
}pub type TapSDK_SystemStateChangedCallback = Option<extern "C" fn(*const SystemStateChangedData)>;pub enum TapSDK_SystemStateChangedCallback {
None,
Some(extern "C" fn(*const SystemStateChangedData)),
}