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

Type definition of function pointer to unlock a mutex

Calling this function pointer should unlock a mutex.

  • mutex - Pointer to a mutex to unlock.