#[unsafe(no_mangle)]pub unsafe extern "C" fn pio_module_producer(
module: *const PioModule,
output: *mut PioModuleProducerView,
error: *mut *mut PioError,
) -> boolExpand description
Read the program identity recorded with a module.
ยงSafety
Pointers and handles must satisfy the crate-level safety requirements.