pub unsafe extern "C" fn flipper_format_key_exist(
    flipper_format: *mut FlipperFormat,
    key: *const c_char
) -> bool
Expand description

Check if the key exists. @param flipper_format Pointer to a FlipperFormat instance @param key Key @return true key exists @return false key is not exists