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

Type for a function to be called to attempt to authenticate a password. See fz_authenticate_password for more information.