pub type retro_camera_stop_t = Option<unsafe extern "C" fn()>;
Stops the camera driver. Can only be called in retro_run().
pub enum retro_camera_stop_t { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T