pub unsafe extern "C" fn write(
    fd: BorrowedFd<'_>,
    ptr: *const c_void,
    size: size_t
) -> ssize_t