Function flipper_format_get_value_count
Source pub unsafe extern "C" fn flipper_format_get_value_count(
flipper_format: *mut FlipperFormat,
key: *const c_char,
count: *mut u32,
) -> bool
Expand description
Get the count of values by key
§Arguments
flipper_format - Pointer to a FlipperFormat instance
key - The key
count - The count
§Returns
bool