pub type retro_camera_start_t = Option<unsafe extern "C" fn() -> bool>;Expand description
Starts the camera driver. Can only be called in retro_run().
Aliased Type§
pub enum retro_camera_start_t {
None,
Some(unsafe extern "C" fn() -> bool),
}