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