Function mupdf_sys::fz_close_device

source ·
pub unsafe extern "C" fn fz_close_device(
    ctx: *mut fz_context,
    dev: *mut fz_device
)
Expand description

Signal the end of input, and flush any buffered output. This is NOT called implicitly on fz_drop_device. This may throw exceptions.