pub unsafe extern "C" fn pthread_sigmask(
    how: i32,
    set: *const sigset_t,
    oldset: *mut sigset_t
) -> i32