Function pthread_getschedparam

Source
pub unsafe extern "C" fn pthread_getschedparam(
    arg1: pthread_t,
    arg2: *mut c_int,
    arg3: *mut sched_param,
) -> c_int