Type Definition milter::UnknownCallback[][src]

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

The type of the on_unknown callback function pointer.