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