pub unsafe extern "C" fn rd_kafka_mock_partition_set_follower_wmarks(
    mcluster: *mut rd_kafka_mock_cluster_s,
    topic: *const i8,
    partition: i32,
    lo: i64,
    hi: i64
) -> rd_kafka_resp_err_t