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