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