#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_dist_network_free(
net: *mut PioDistNetwork,
)Expand description
Free a distribution network handle from pio_dist_parse_file or
pio_dist_parse_str. NULL is a no-op; free exactly once.
#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_dist_network_free(
net: *mut PioDistNetwork,
)Free a distribution network handle from pio_dist_parse_file or
pio_dist_parse_str. NULL is a no-op; free exactly once.