[][src]Type Definition milter::UnknownCallback

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

The type of the on_unknown callback function pointer.