#[unsafe(no_mangle)]pub unsafe extern "C" fn fs_remove_file(
handle: *mut FsHandle,
name: *const c_char,
) -> i32Expand description
Remove a file (or empty directory) at the given path.
ยงSafety
name must be a valid null-terminated C string (may contain / separators).