Type Definition milter::UnknownCallback[][src]

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

The type of the on_unknown callback function pointer.