pub unsafe extern "C" fn GDALDatasetAddRelationship(
    hDS: GDALDatasetH,
    hRelationship: GDALRelationshipH,
    ppszFailureReason: *mut *mut c_char
) -> bool