#[unsafe(export_name = "BZ2_bzerror")]pub unsafe extern "C" fn BZ2_bzerror(
b: *const BZFILE,
errnum: *mut c_int,
) -> *const c_charExpand description
Describes the most recent error.
§Returns
A null-terminated string describing the most recent error status of b, and also sets *errnum to its numerical value.
§Safety
The caller must guarantee that
- Either
bisNULLbis initialized withBZ2_bzReadOpenorBZ2_bzWriteOpen
errnumsatisfies the requirements ofpointer::as_mut