#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_module_apply_geo_layer(
module: *const PioModule,
layer: *const PioGeoLayer,
out_report: *mut *mut PioGeoApplyReport,
error: *mut *mut PioError,
) -> *mut PioModuleExpand description
Apply one geographic layer to a balanced or multiconductor network module.
The input module is unchanged. When out_report is not NULL, it receives
an independently owned report handle.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.