pub unsafe extern "C" fn path_extract_basename(
    path: *const c_char,
    basename: *mut FuriString
)
Expand description

@brief Extract last path component

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