pub unsafe extern "C" fn path_extract_dirname(
    path: *const i8,
    dirname: *mut FuriString
)
Expand description

@brief Extract path, except for last component

@param path path string @param filename output string. Must be initialized before.