pub unsafe fn RenameRelationInternal(
    arg_myrelid: Oid,
    arg_newrelname: *const c_char,
    arg_is_internal: bool,
    arg_is_index: bool
)