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

Type for a function to be called to see if a document grants a certain permission. See fz_document_has_permission for more information.