pub unsafe extern "C" fn pthread_setschedparam(
    native: pthread_t,
    policy: c_int,
    param: *const sched_param
) -> c_int