pub unsafe extern "C" fn furi_hal_region_get() -> *const FuriHalRegion
Expand description

Get Region Data.

Region data may be allocated in Flash or in RAM. Keep in mind that we don’t do memory management on our side.

@return pointer to FuriHalRegion instance (in RAM or Flash, check before freeing on region update)