pub unsafe fn pthread_sigmask(
    arg___how: c_int,
    arg___newmask: *const __sigset_t,
    arg___oldmask: *mut __sigset_t
) -> c_int