pub type Callback<T> = fn(msg: &nlmsghdr, data: &mut T) -> c_int;
Callback function signature. TODO: Write abstraction for nlmsghdr that can reach all fields and payload.
nlmsghdr