int sbio_rem_event_callback(
sbio_channel_handle_t *handle,
sbio_event_callback_t callback_function,
void *user_data);
Removes a callback from a receive channel
Parameters:
handle The receive handle to remove the callback from
callback_funtion The callback function to remove
user_data The user data that is passed into the callback function to remove
Returns:
0 on success and non-zero on failure