pub fn listen_unix_packet(
    state: &mut OpState,
    addr: &Path
) -> Result<(u32, SocketAddr), AnyError>