location_bounds_state_changed_cbFunction typedef

location_bounds_state_changed_cbFunction = Void Function(Int32 state, Pointer<Void> user_data)

Implementation

typedef location_bounds_state_changed_cbFunction = ffi.Void Function(
    ffi.Int32 state, ffi.Pointer<ffi.Void> user_data);