pub unsafe fn card_pull_out_with_status(status: i32)
Expand description

Probably aborts the program with some status code? It seems to serve a similar purpose to the exit(3) function.

This function prints the debug string “card pull out %d” with the status code.

Safety

This function manipulates low-level global state.