[][src]Type Definition milter::HeloCallback

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

The type of the on_helo callback function pointer.