pub unsafe extern "C" fn storage_common_copy(
    storage: *mut Storage,
    old_path: *const c_char,
    new_path: *const c_char
) -> FS_Error
Expand description

Copy file, file must not be open @param app pointer to the api @param old_path old path @param new_path new path @return FS_Error operation result