Function pthread_getschedparam

Source
pub unsafe extern "C" fn pthread_getschedparam(
    __target_thread: u64,
    __policy: *mut i32,
    __param: *mut sched_param,
) -> i32