pub unsafe extern "C" fn ets_install_putc2(
    p: Option<unsafe extern "C" fn(_: i8)>
)
Expand description

@brief Ets_printf have two output functions: putc1 and putc2, both of which will be called if need ouput. To install putc2, which is defaulted installed as NULL.

@param void (*)(char) p: Output function to install.

@return None