[][src]Type Definition milter::HeaderCallback

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

The type of the on_header callback function pointer.