pub unsafe extern "C" fn furi_kernel_unlock() -> i32
Expand description

Unlock kernel, resume process scheduling

@warning This should never be called in interrupt request context.

@return previous lock state(0 - unlocked, 1 - locked)