pub unsafe fn get_opclass_opfamily_and_input_type(
    arg_opclass: Oid,
    arg_opfamily: *mut Oid,
    arg_opcintype: *mut Oid
) -> bool