[][src]Function ostree_sys::ostree_repo_import_object_from_with_trust

pub unsafe extern "C" fn ostree_repo_import_object_from_with_trust(
    self_: *mut OstreeRepo,
    source: *mut OstreeRepo,
    objtype: OstreeObjectType,
    checksum: *const c_char,
    trusted: gboolean,
    cancellable: *mut GCancellable,
    error: *mut *mut GError
) -> gboolean