Type Definition nrfxlib_sys::nrf_cc3xx_platform_mutex_unlock_fn_t[][src]

type nrf_cc3xx_platform_mutex_unlock_fn_t = Option<unsafe extern "C" fn(mutex: *mut nrf_cc3xx_platform_mutex_t) -> c_int>;

Type definition of function pointer to unlock a mutex

Calling this function pointer should unlock a mutex.

  • mutex - Pointer to a mutex to unlock.