Type Definition milter::MailCallback[][src]

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

The type of the on_mail callback function pointer.