[][src]Type Definition milter::MailCallback

type MailCallback = unsafe extern "C" fn(_: *mut SMFICTX, _: *mut *mut c_char) -> sfsistat;

The type of the on_mail callback function pointer.