pub extern "C" fn sendmsg(
    fn_ptr: Option<&extern "C" fn(_: c_int, _: *const msghdr, _: c_int) -> ssize_t>,
    fd: c_int,
    msg: *const msghdr,
    flags: c_int
) -> ssize_t