pub type nrf_modem_gnss_event_handler_type_t = Option<unsafe extern "C" fn(event: c_int)>;
Expand description

Event handler prototype.

  • event - Event ID, see @ref nrf_modem_gnss_event_type.