pub unsafe extern "C" fn APT_TryLockTransition(
transition: u32_,
succeeded: *mut bool,
) -> ResultExpand description
Tries to lock a transition (?).
ยงArguments
transition- Transition ID.succeeded- Pointer to output whether the lock was successfully applied.