pub fn add_value_to_multi_value_key_maker(
    this_m: Pin<&mut MultiValueKeyMaker>,
    slot: u32,
    asc_desc: bool
) -> Result<(), Exception>