pub unsafe extern "C" fn protocol_dict_set_data(
    dict: *mut ProtocolDict,
    protocol_index: usize,
    data: *const u8,
    data_size: usize
)