#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_geofence_free(
geofence: *mut PamojaGeofence,
)Expand description
Releases a geofence handle.
Passing null is a no-op.
ยงSafety
geofence must be a handle from pamoja_geofence_new that has not already been
freed, or null. After this call it must not be used again.