[][src]Function lc3tools_sys::root::callback_inputter

pub unsafe extern "C" fn callback_inputter(
    func: Option<unsafe extern "C" fn() -> c_uchar>
) -> *mut IInputter

Creates an Inputter that calls a function to get input chars.

The function provided must eventually produce a char but is allowed to block.