pub fn create_thread_2_pre<U>(
    _f: &fn(_: usize, _: usize) -> U,
    _arg1: &usize,
    _arg2: &usize
) -> Result<ThreadInit, Error>where
    U: Send + 'static,