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