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

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