pub unsafe extern "C" fn stream_load_from_file(
    stream: *mut Stream,
    storage: *mut Storage,
    path: *const i8
) -> 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. @param stream Stream instance @param storage @param path @return size_t