Type Definition nrfxlib_sys::nrf_cc3xx_platform_abort_fn_t[][src]

type nrf_cc3xx_platform_abort_fn_t = Option<unsafe extern "C" fn(reason: *const c_char)>;

Type definition of platform abort function

@note This function pointer will be used when the nrf_cc3xx_platform and/or dependent libraries raises an error that can't be recovered.