#[unsafe(no_mangle)]pub unsafe extern "C" fn fs_free_string(s: *mut c_char)
Free a string previously returned by fs_list_root.
fs_list_root
s must be a pointer previously returned by a fs_* function, or null.
s
fs_*