Function flipper0::ffi::furi_record_open

source ·
pub unsafe extern "C" fn furi_record_open(
    name: *const i8
) -> *mut c_void
Expand description

Open record

@param name record name

@return pointer to the record @note Thread safe. Open and close must be executed from the same thread. Suspends caller thread till record is available