Type Definition mupdf_sys::fz_document_needs_password_fn[][src]

type fz_document_needs_password_fn = Option<unsafe extern "C" fn(ctx: *mut fz_context, doc: *mut fz_document) -> c_int>;

Type for a function to be called to enquire whether the document needs a password or not. See fz_needs_password for more information.