BZ2_bzRead

Function BZ2_bzRead 

Source
#[unsafe(export_name = "BZ2_bzRead")]
pub unsafe extern "C" fn BZ2_bzRead( bzerror: *mut c_int, b: *mut BZFILE, buf: *mut c_void, len: c_int, ) -> c_int
Expand description

Reads up to len (uncompressed) bytes from the compressed file b into the buffer buf.

§Returns

The number of bytes read

§Possible assignments to bzerror

§Safety

The caller must guarantee that