pub type retro_camera_stop_t = Option<unsafe extern "C" fn()>;
Expand description

Stops the camera driver. Can only be called in retro_run().