pub fn spawn_core1<F, const SIZE: usize>( _core1: CORE1, stack: &'static mut Stack<SIZE>, entry: F, )where F: FnOnce() -> <fn() -> ! as HasOutput>::Output + Send + 'static,
Spawn a function on this core