fn pthread_spin_destroy(s: *c.pthread_spinlock_t) callconv(.c) c_int
fn pthread_spin_destroy(s: *c.pthread_spinlock_t) callconv(.c) c_int { const spin: *SpinLock = @ptrCast(s); spin.* = undefined; return 0; }