pub fn spawn_stack_size<F>(f: F, _stack_size: usize) -> JoinHandle<()>
where F: FnOnce() + Send + 'static,