pub unsafe fn jsonb_get_element(
    arg_jb: *mut Jsonb,
    arg_path: *mut Datum,
    arg_npath: c_int,
    arg_isnull: *mut bool,
    arg_as_text: bool
) -> Datum