Type Alias DataCallEventCallbackFn
pub type DataCallEventCallbackFn = unsafe extern "C" fn(state: *mut DataCallState);Expand description
Client callback function used to post event indications.
pub type DataCallEventCallbackFn = unsafe extern "C" fn(state: *mut DataCallState);Client callback function used to post event indications.