pub unsafe extern "C" fn nnosCreateThreadWithCoreNumber( t: *mut ThreadType, entry: ThreadFn, arg: *mut c_void, stack: *mut c_void, stack_size: usize, priority: i32, ideal_core: i32, ) -> u32