[][src]Type Definition milter::BodyCallback

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

The type of the on_body callback function pointer.