#[no_mangle]
pub unsafe extern "C" fn sendmsg(
    sockfd: c_int,
    msg: *const msghdr,
    flags: c_int
) -> ssize_t