pub type retro_camera_stop_t = Option<unsafe extern "C" fn()>;
Stops the camera driver. Can only be called in retro_run().