pub unsafe extern "C" fn io_uring_prep_cancel_fd(
    sqe: *mut io_uring_sqe,
    fd: c_int,
    flags: c_uint
)