#[no_mangle]
pub extern "C" fn maze_wasm_get_finish_cell(
maze_wasm: *mut MazeWasm,
) -> u32Expand description
Gets the finish cell associated with a MazeWasm
ยงReturns
A MazeWasmResult containing either the finish cell point (as the value_ptr) if successful,
or an `error_ptr``