pub unsafe extern "C" fn solClient_container_addDestination(
    container_p: solClient_opaqueContainer_pt,
    value: *const solClient_destination_t,
    destSize: usize,
    name: *const c_char
) -> solClient_returnCode_t