#[no_mangle]
pub extern "C" fn maze_wasm_solve(maze_wasm: *mut MazeWasm) -> u32Expand description
Solves a MazeWasm for its solution path
ยงReturns
MazeWasmResult with the value_ptr set to the solution pointer,
else the error_ptr set to non-zero if the function fails