pub unsafe extern "C" fn lpc10_encode_init(
s: *mut lpc10_encode_state_t,
error_correction: c_int,
) -> *mut lpc10_encode_state_tExpand description
Initialise an LPC10e encode context. \param s The LPC10e context \param error_correction ??? \return A pointer to the LPC10e context, or NULL for error.