pub unsafe extern "C" fn byte_input_set_header_text(
    byte_input: *mut ByteInput,
    text: *const i8
)
Expand description

Set byte input header text

@param byte_input byte input instance @param text text to be shown