pub unsafe extern "C" fn APT_TryLockTransition(
    transition: u32_,
    succeeded: *mut bool
) -> Result
Expand description

Tries to lock a transition (?).

§Arguments

  • transition - Transition ID.
  • succeeded - Pointer to output whether the lock was successfully applied.