[][src]Type Definition milter::DataCallback

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

The type of the on_data callback function pointer.