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