#[unsafe(no_mangle)]pub unsafe extern "C" fn tick(
tick_number: u32,
report_ptr: *mut u8,
) -> i32Expand description
Execute one tick of the kernel
ยงSafety
report_ptrmust point to a buffer of at least 64 bytes- The tile must be initialized
Returns 1 on success, 0 if tile not initialized.