Type Definition milter::RcptCallback[][src]

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

The type of the on_rcpt callback function pointer.