pub fn create_thread_0_pre<U>(_f: &fn() -> U) -> Result<ThreadInit, Error>where
    U: Send + 'static,