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