Function arduino_esp::Stream_readBytesUntil [] [src]

pub unsafe extern "C" fn Stream_readBytesUntil(
    this: *mut Stream,
    terminator: c_char,
    buffer: *mut c_char,
    length: usize
) -> usize