Function stream_load_from_file
Source pub unsafe extern "C" fn stream_load_from_file(
stream: *mut Stream,
storage: *mut Storage,
path: *const c_char,
) -> usize
Expand description
Loads data to the stream from a file. Data will be loaded to the current RW pointer. RW pointer will be moved to the end of the stream.
§Arguments
stream - Stream instance
storage -
path -
§Returns
size_t