pub type retro_camera_lifetime_status_t = Option<unsafe extern "C" fn()>;Expand description
Callback which signals when the camera driver is initialized and/or deinitialized. retro_camera_start_t can be called in initialized callback.
Aliased Type§
pub enum retro_camera_lifetime_status_t {
None,
Some(unsafe extern "C" fn()),
}