pub unsafe extern "C" fn pthread_setaffinity_np(
    thread: u64,
    cpusetsize: usize,
    cpuset: *const cpu_set_t
) -> i32