Function io_uring_setup

Source
pub unsafe extern "C" fn io_uring_setup(
    entries: c_uint,
    p: *mut io_uring_params,
) -> c_int