Type Definition milter::BodyCallback[][src]

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

The type of the on_body callback function pointer.