pub type InputHook = fn(buf: &mut [u8]) -> Result<usize>;
Function-pointer signature for reading bytes from a host-provided input stream, installed on GlobalState::stdin_hook by the embedder.
GlobalState::stdin_hook