Function xila_file_system_remove

Source
#[no_mangle]
pub unsafe extern "C" fn xila_file_system_remove(
    _path: *const c_char,
) -> XilaFileSystemResult
Expand description

This function is used to remove a file.

ยงSafety

This function is unsafe because it dereferences raw pointers.