Function mupdf_sys::fz_open_file_ptr_no_close[][src]

pub unsafe extern "C" fn fz_open_file_ptr_no_close(
    ctx: *mut fz_context,
    file: *mut FILE
) -> *mut fz_stream
Expand description

Create a stream from a FILE * that will not be closed when the stream is dropped.