[][src]Function ostree_sys::ostree_repo_export_tree_to_archive

pub unsafe extern "C" fn ostree_repo_export_tree_to_archive(
    self_: *mut OstreeRepo,
    opts: *mut OstreeRepoExportArchiveOptions,
    root: *mut OstreeRepoFile,
    archive: *mut c_void,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean