Type Definition milter::DataCallback[][src]

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

The type of the on_data callback function pointer.