[][src]Type Definition milter::RcptCallback

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

The type of the on_rcpt callback function pointer.