Type Definition milter::HeloCallback[][src]

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

The type of the on_helo callback function pointer.