pub unsafe extern "C" fn modem_echo_can_segment_init(
len: c_int,
) -> *mut modem_echo_can_segment_state_tExpand description
Create a modem echo canceller context. \param len The length of the canceller, in samples. eturn The new canceller context, or NULL if the canceller could not be created.