[][src]Type Definition milter::ConnectCallback

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

The type of the on_connect callback function pointer.