Function pthread_attr_getschedparam

Source
pub unsafe extern "C" fn pthread_attr_getschedparam(
    arg1: *const pthread_attr_t,
    arg2: *mut sched_param,
) -> c_int