#[no_mangle]
pub unsafe extern "C" fn sched_setaffinity(
    pid: pid_t,
    cpusetsize: size_t,
    mask: *const cpu_set_t
) -> c_int