location_bounds_cbFunction typedef
location_bounds_cbFunction =
Bool Function(location_bounds_h bounds, Pointer<Void> user_data)
Implementation
typedef location_bounds_cbFunction = ffi.Bool Function(
location_bounds_h bounds, ffi.Pointer<ffi.Void> user_data);